]> git.pld-linux.org Git - packages/ilmbase.git/commitdiff
- -pthread is not sufficient for shared library
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 13 Jan 2008 12:07:40 +0000 (12:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ilmbase-link.patch -> 1.1

ilmbase-link.patch [new file with mode: 0644]

diff --git a/ilmbase-link.patch b/ilmbase-link.patch
new file mode 100644 (file)
index 0000000..849db93
--- /dev/null
@@ -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
This page took 0.108766 seconds and 4 git commands to generate.