Blame SOURCES/ilmbase-2.2.0-no_undefined.patch

fdecf6
diff -up ilmbase-2.2.0/IlmThread/Makefile.am.no_undefined ilmbase-2.2.0/IlmThread/Makefile.am
fdecf6
--- ilmbase-2.2.0/IlmThread/Makefile.am.no_undefined	2014-08-09 21:03:38.000000000 -0500
fdecf6
+++ ilmbase-2.2.0/IlmThread/Makefile.am	2014-11-20 07:44:27.913588030 -0600
fdecf6
@@ -14,7 +14,7 @@ libIlmThread_la_LDFLAGS = -version-info
fdecf6
 if LIB_SUFFIX_EXISTS
fdecf6
 libIlmThread_la_LDFLAGS += -release @LIB_SUFFIX@
fdecf6
 endif
fdecf6
-libIlmThread_la_LIBADD = ../Iex/libIex.la
fdecf6
+libIlmThread_la_LIBADD = ../Iex/libIex.la $(PTHREAD_LIBS)
fdecf6
 
fdecf6
 libIlmThreadincludedir = $(includedir)/OpenEXR
fdecf6
 
fdecf6
diff -up ilmbase-2.2.0/IlmThread/Makefile.in.no_undefined ilmbase-2.2.0/IlmThread/Makefile.in
fdecf6
--- ilmbase-2.2.0/IlmThread/Makefile.in.no_undefined	2014-08-09 23:37:24.000000000 -0500
fdecf6
+++ ilmbase-2.2.0/IlmThread/Makefile.in	2014-11-20 07:44:27.914587968 -0600
fdecf6
@@ -251,7 +251,7 @@ libIlmThread_la_SOURCES = IlmThreadPool.
fdecf6
 
fdecf6
 libIlmThread_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ \
fdecf6
 	-no-undefined $(am__append_1)
fdecf6
-libIlmThread_la_LIBADD = ../Iex/libIex.la
fdecf6
+libIlmThread_la_LIBADD = ../Iex/libIex.la $(PTHREAD_LIBS)
fdecf6
 libIlmThreadincludedir = $(includedir)/OpenEXR
fdecf6
 libIlmThreadinclude_HEADERS = IlmThreadPool.h IlmThread.h \
fdecf6
 			      IlmThreadSemaphore.h IlmThreadMutex.h \