aboutsummaryrefslogtreecommitdiffstats
path: root/testing/namecoin/20-boost-multithread-dynamic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/namecoin/20-boost-multithread-dynamic.patch')
-rw-r--r--testing/namecoin/20-boost-multithread-dynamic.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/namecoin/20-boost-multithread-dynamic.patch b/testing/namecoin/20-boost-multithread-dynamic.patch
deleted file mode 100644
index 4adf46f349..0000000000
--- a/testing/namecoin/20-boost-multithread-dynamic.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- namecoin-nc*/src/Makefile
-+++ namecoin-nc*/src/Makefile
-@@ -9,24 +9,20 @@
- DEFS += -DBOOST_THREAD_USE_LIB
-
- INCLUDEPATHS= \
-- -I../libs/openssl-1.0.1i/include \
-- -I../libs/db-4.7.25.NC/build_unix \
-- -I../libs/boost_1_50_0
-+ -I/usr/include
-
- LIBPATHS= \
-- -L../libs/openssl-1.0.1i \
-- -L../libs/db-4.7.25.NC/build_unix \
-- -L../libs/boost_1_50_0/stage/lib
-+ -L/usr/lib
-
- LIBBOOST_SUFFIX=
-
- LIBS= \
-- -Wl,-Bstatic \
-+ -Wl,-Bdynamic \
- -l boost_system$(LIBBOOST_SUFFIX) \
- -l boost_filesystem$(LIBBOOST_SUFFIX) \
-- -l boost_program_options$(LIBBOOST_SUFFIX) \
-- -l boost_thread$(LIBBOOST_SUFFIX) \
-- -l boost_chrono$(LIBBOOST_SUFFIX) \
-+ -l boost_program_options-mt$(LIBBOOST_SUFFIX) \
-+ -l boost_thread-mt$(LIBBOOST_SUFFIX) \
-+ -l boost_chrono-mt$(LIBBOOST_SUFFIX) \
- -l db_cxx \
- -l ssl \
- -l crypto