From 4bd29cfd12073dd6db945b00d2669540ac4a1400 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Sat, 5 Dec 2009 16:27:03 +0000 Subject: fein bis auf manpages --- arch-linux/boost-mt.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 arch-linux/boost-mt.patch (limited to 'arch-linux/boost-mt.patch') diff --git a/arch-linux/boost-mt.patch b/arch-linux/boost-mt.patch new file mode 100644 index 0000000..b3f6f9e --- /dev/null +++ b/arch-linux/boost-mt.patch @@ -0,0 +1,22 @@ +--- ../../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 \ -- cgit v1.2.3