summaryrefslogtreecommitdiffstats
path: root/package/zmqpp/0002-Install-static-library-for-static-builds.patch
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2018-05-20 13:40:54 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-05-20 15:50:03 +0200
commitb8f19aae299bb94705698554f9ac5555b95a5bcd (patch)
tree698c4ba3da67110aaa5ad0c6898ecfeaf4a39c6d /package/zmqpp/0002-Install-static-library-for-static-builds.patch
parenta76aabd8842d28747fa8ec62b9c4a19f062b7fb7 (diff)
downloadbuildroot-b8f19aae299bb94705698554f9ac5555b95a5bcd.tar.gz
buildroot-b8f19aae299bb94705698554f9ac5555b95a5bcd.zip
zmqpp: bump to version 4.2.0
- Merge both patches in a single one and slighlty update it to keep current behavior (BUILD_STATIC set to yes by default) to be able to send it upstream: https://github.com/zeromq/zmqpp/pull/218. Patch has been merged upstream. - Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/zmqpp/0002-Install-static-library-for-static-builds.patch')
-rw-r--r--package/zmqpp/0002-Install-static-library-for-static-builds.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/package/zmqpp/0002-Install-static-library-for-static-builds.patch b/package/zmqpp/0002-Install-static-library-for-static-builds.patch
deleted file mode 100644
index 402f85e263..0000000000
--- a/package/zmqpp/0002-Install-static-library-for-static-builds.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 283676e2e8f15bedca20c3d94caeecfdebe11ffd Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks>
-Date: Mon, 23 Nov 2015 22:53:09 +0100
-Subject: [PATCH 2/2] Install static library for static builds
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-[Gustavo: update for 4.1.2]
-
-Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
-Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
----
- Makefile | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/Makefile b/Makefile
-index 86c8fac..fbaff63 100644
---- a/Makefile
-+++ b/Makefile
-@@ -163,6 +163,9 @@ ifeq ($(BUILD_SHARED),yes)
- ln -sf $(LIBRARY_FULL_VERSION_SHARED) $(LIBDIR)/$(LIBRARY_VERSION_SHARED)
- ln -sf $(LIBRARY_FULL_VERSION_SHARED) $(LIBDIR)/$(LIBRARY_SHARED)
- endif
-+ifeq ($(BUILD_STATIC),yes)
-+ install -m 755 $(BUILD_PATH)/$(LIBRARY_ARCHIVE) $(LIBDIR)/$(LIBRARY_ARCHIVE)
-+endif
- if [ -f $(BUILD_PATH)/$(CLIENT_TARGET) ]; then install -m 755 $(BUILD_PATH)/$(CLIENT_TARGET) $(BINDIR); fi
- $(LDCONFIG)
- @echo "use make installcheck to test the install"
---
-2.4.10
-
OpenPOWER on IntegriCloud