SOURCES: ilmbase-link.patch (NEW) - -pthread is not sufficient for...

qboosh qboosh at pld-linux.org
Sun Jan 13 13:07:46 CET 2008


Author: qboosh                       Date: Sun Jan 13 12:07:45 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- -pthread is not sufficient for shared library

---- Files affected:
SOURCES:
   ilmbase-link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ilmbase-link.patch
diff -u /dev/null SOURCES/ilmbase-link.patch:1.1
--- /dev/null	Sun Jan 13 13:07:45 2008
+++ SOURCES/ilmbase-link.patch	Sun Jan 13 13:07:40 2008
@@ -0,0 +1,11 @@
+--- ilmbase-1.0.1/IlmThread/Makefile.am.orig	2006-12-08 22:59:36.000000000 +0100
++++ ilmbase-1.0.1/IlmThread/Makefile.am	2008-01-13 13:02:47.060607251 +0100
+@@ -11,7 +11,7 @@
+ 			  IlmThreadMutexPosix.cpp
+ 
+ libIlmThread_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -no-undefined
+-libIlmThread_la_LIBADD = ../Iex/libIex.la
++libIlmThread_la_LIBADD = ../Iex/libIex.la -lpthread
+ 
+ libIlmThreadincludedir = $(includedir)/OpenEXR
+ 
================================================================


More information about the pld-cvs-commit mailing list