Author: qboosh Date: Tue Sep 16 18:41:05 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - libtool workaround
---- Files affected: SOURCES: log4cpp-lt.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/log4cpp-lt.patch diff -u /dev/null SOURCES/log4cpp-lt.patch:1.1 --- /dev/null Tue Sep 16 20:41:06 2008 +++ SOURCES/log4cpp-lt.patch Tue Sep 16 20:40:59 2008 @@ -0,0 +1,8 @@ +Workaroud for libtool's -nostdlib (used with CXX tag) killing -lpthread normally implied by -pthread +--- log4cpp-1.0/src/Makefile.am.orig 2007-08-25 11:42:07.000000000 +0200 ++++ log4cpp-1.0/src/Makefile.am 2008-09-16 20:09:44.950783123 +0200 +@@ -57,3 +57,4 @@ + AbortAppender.cpp + + liblog4cpp_la_LDFLAGS = -version-info @LT_VERSION@ ++liblog4cpp_la_LIBADD = -lpthread ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
