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