Magellan Linux

Annotation of /trunk/ilmbase/patches/ilmbase-2.0.1-no_undefined.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2421 - (hide annotations) (download)
Tue Mar 11 13:30:20 2014 UTC (10 years, 3 months ago) by niro
File size: 1226 byte(s)
-fixes undefined references
1 niro 2421 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    
11     libIlmThreadincludedir = $(includedir)/OpenEXR
12    
13     diff -up ilmbase-2.0.1/IlmThread/Makefile.in.no_undefined ilmbase-2.0.1/IlmThread/Makefile.in
14     --- ilmbase-2.0.1/IlmThread/Makefile.in.no_undefined 2013-06-18 14:55:24.000000000 -0500
15     +++ ilmbase-2.0.1/IlmThread/Makefile.in 2013-08-28 21:04:55.395049371 -0500
16     @@ -253,7 +253,7 @@ libIlmThread_la_SOURCES = IlmThreadPool.
17    
18     libIlmThread_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ \
19     -no-undefined $(am__append_1)
20     -libIlmThread_la_LIBADD = ../Iex/libIex.la
21     +libIlmThread_la_LIBADD = ../Iex/libIex.la $(PTHREAD_LIBS)
22     libIlmThreadincludedir = $(includedir)/OpenEXR
23     libIlmThreadinclude_HEADERS = IlmThreadPool.h IlmThread.h \
24     IlmThreadSemaphore.h IlmThreadMutex.h \