aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nix/libboost_context-mt.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-04-01 16:50:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-02 10:31:57 +0000
commitaf111af1010abe9c5bf089e0a3952259554d2c3f (patch)
tree0514c8026d4aa9d500589cd2ea1bdbae13296da9 /testing/nix/libboost_context-mt.patch
parent2e5aa1b5d8ebb524594a33cc820d6fa94ef4c76a (diff)
downloadaports-af111af1010abe9c5bf089e0a3952259554d2c3f.tar.bz2
aports-af111af1010abe9c5bf089e0a3952259554d2c3f.tar.xz
testing/nix: rebuild against boost 1.69
Diffstat (limited to 'testing/nix/libboost_context-mt.patch')
-rw-r--r--testing/nix/libboost_context-mt.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/nix/libboost_context-mt.patch b/testing/nix/libboost_context-mt.patch
deleted file mode 100644
index 02326b2e1e..0000000000
--- a/testing/nix/libboost_context-mt.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-We don't have libboost_context.so, just libboost_context-mt.so (-mt stands
-for multithreading).
-
---- a/src/libutil/local.mk
-+++ b/src/libutil/local.mk
-@@ -6,7 +6,7 @@
-
- libutil_SOURCES := $(wildcard $(d)/*.cc)
-
--libutil_LDFLAGS = $(LIBLZMA_LIBS) -lbz2 -pthread $(OPENSSL_LIBS) $(LIBBROTLI_LIBS) -lboost_context
-+libutil_LDFLAGS = $(LIBLZMA_LIBS) -lbz2 -pthread $(OPENSSL_LIBS) $(LIBBROTLI_LIBS) -lboost_context-mt
-
- libutil_LIBS = libformat
-