ilmbase-2.0.1-no_undefined.patch 1.2 KB

12345678910111213141516171819202122232425
  1. diff -up ilmbase-2.0.1/IlmThread/Makefile.am.no_undefined ilmbase-2.0.1/IlmThread/Makefile.am
  2. --- ilmbase-2.0.1/IlmThread/Makefile.am.no_undefined 2013-06-18 14:51:38.000000000 -0500
  3. +++ ilmbase-2.0.1/IlmThread/Makefile.am 2013-08-28 21:04:25.793391766 -0500
  4. @@ -14,7 +14,7 @@ libIlmThread_la_LDFLAGS = -version-info
  5. if LIB_SUFFIX_EXISTS
  6. libIlmThread_la_LDFLAGS += -release @LIB_SUFFIX@
  7. endif
  8. -libIlmThread_la_LIBADD = ../Iex/libIex.la
  9. +libIlmThread_la_LIBADD = ../Iex/libIex.la $(PTHREAD_LIBS)
  10. libIlmThreadincludedir = $(includedir)/OpenEXR
  11. diff -up ilmbase-2.0.1/IlmThread/Makefile.in.no_undefined ilmbase-2.0.1/IlmThread/Makefile.in
  12. --- ilmbase-2.0.1/IlmThread/Makefile.in.no_undefined 2013-06-18 14:55:24.000000000 -0500
  13. +++ ilmbase-2.0.1/IlmThread/Makefile.in 2013-08-28 21:04:55.395049371 -0500
  14. @@ -253,7 +253,7 @@ libIlmThread_la_SOURCES = IlmThreadPool.
  15. libIlmThread_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ \
  16. -no-undefined $(am__append_1)
  17. -libIlmThread_la_LIBADD = ../Iex/libIex.la
  18. +libIlmThread_la_LIBADD = ../Iex/libIex.la $(PTHREAD_LIBS)
  19. libIlmThreadincludedir = $(includedir)/OpenEXR
  20. libIlmThreadinclude_HEADERS = IlmThreadPool.h IlmThread.h \
  21. IlmThreadSemaphore.h IlmThreadMutex.h \