summaryrefslogtreecommitdiff
path: root/gentoo-linux/net-misc/anytun/files/anytun-0.3.1-boost-mt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gentoo-linux/net-misc/anytun/files/anytun-0.3.1-boost-mt.patch')
-rw-r--r--gentoo-linux/net-misc/anytun/files/anytun-0.3.1-boost-mt.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/gentoo-linux/net-misc/anytun/files/anytun-0.3.1-boost-mt.patch b/gentoo-linux/net-misc/anytun/files/anytun-0.3.1-boost-mt.patch
deleted file mode 100644
index b3f6f9e..0000000
--- a/gentoo-linux/net-misc/anytun/files/anytun-0.3.1-boost-mt.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- ../../orig/anytun-0.3.1/src/configure 2009-10-29 01:29:31.000000000 +0100
-+++ configure 2009-10-30 23:54:00.427183812 +0100
-@@ -34,7 +34,7 @@
- TARGET=`uname -s`
-
- CXXFLAGS='-g -Wall -O2 -DLOG_SYSLOG -DLOG_FILE -DLOG_STDOUT'
--LDFLAGS='-g -Wall -O2 -lboost_thread -lboost_serialization -lboost_system -lboost_date_time'
-+LDFLAGS='-g -Wall -O2 -lboost_thread-mt -lboost_serialization -lboost_system -lboost_date_time'
-
- CRYPTO_LIB='gcrypt'
- PASSPHRASE=1
---- ../../orig/anytun-0.3.1/src/anyrtpproxy/Makefile 2009-10-29 01:29:31.000000000 +0100
-+++ anyrtpproxy/Makefile 2009-10-30 23:54:07.031174716 +0100
-@@ -34,7 +34,7 @@
- CXX = g++
- CXXFLAGS = -g -Wall
- LD = g++
--LDFLAGS = -g -Wall -O2 -lboost_thread -lboost_serialization -lboost_system
-+LDFLAGS = -g -Wall -O2 -lboost_thread-mt -lboost_serialization -lboost_system
-
- OBJS = anyrtpproxy.o \
- ../signalController.o \