Revision: 5891 http://ipcop.svn.sourceforge.net/ipcop/?rev=5891&view=rev Author: owes Date: 2011-10-03 12:45:33 +0000 (Mon, 03 Oct 2011) Log Message: ----------- Add the openssl ldflags patch for 1.0.0.
Added Paths: ----------- ipcop/trunk/src/patches/openssl-1.0.0e_ldflags.patch Removed Paths: ------------- ipcop/trunk/src/patches/openssl-0.9.8h_ldflags.patch Deleted: ipcop/trunk/src/patches/openssl-0.9.8h_ldflags.patch =================================================================== --- ipcop/trunk/src/patches/openssl-0.9.8h_ldflags.patch 2011-10-03 12:17:49 UTC (rev 5890) +++ ipcop/trunk/src/patches/openssl-0.9.8h_ldflags.patch 2011-10-03 12:45:33 UTC (rev 5891) @@ -1,25 +0,0 @@ -http://bugs.gentoo.org/181438 - -make sure we respect LDFLAGS - ---- openssl-0.9.8h/Makefile.org -+++ openssl-0.9.8h/Makefile.org -@@ -180,6 +181,7 @@ - MAKEDEPEND='$$$${TOP}/util/domd $$$${TOP} -MD ${MAKEDEPPROG}' \ - DEPFLAG='-DOPENSSL_NO_DEPRECATED ${DEPFLAG}' \ - MAKEDEPPROG='${MAKEDEPPROG}' \ -+ LDFLAGS='${LDFLAGS}' \ - SHARED_LDFLAGS='${SHARED_LDFLAGS}' \ - KRB5_INCLUDES='${KRB5_INCLUDES}' LIBKRB5='${LIBKRB5}' \ - EXE_EXT='${EXE_EXT}' SHARED_LIBS='${SHARED_LIBS}' \ ---- openssl-0.9.8h/Makefile.shared -+++ openssl-0.9.8h/Makefile.shared -@@ -153,7 +153,7 @@ - NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \ - SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX" - --DO_GNU_APP=LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBRPATH)" -+DO_GNU_APP=LDFLAGS="$(LDFLAGS) $(CFLAGS) -Wl,-rpath,$(LIBRPATH)" - - #This is rather special. It's a special target with which one can link - #applications without bothering with any features that have anything to Copied: ipcop/trunk/src/patches/openssl-1.0.0e_ldflags.patch (from rev 5880, ipcop/trunk/src/patches/openssl-0.9.8h_ldflags.patch) =================================================================== --- ipcop/trunk/src/patches/openssl-1.0.0e_ldflags.patch (rev 0) +++ ipcop/trunk/src/patches/openssl-1.0.0e_ldflags.patch 2011-10-03 12:45:33 UTC (rev 5891) @@ -0,0 +1,26 @@ +for 0.9.8 series: http://bugs.gentoo.org/181438 +for 1.0.0 series: http://bugs.gentoo.org/327421 + +make sure we respect LDFLAGS + +--- openssl-0.9.8h/Makefile.org ++++ openssl-0.9.8h/Makefile.org +@@ -189,6 +189,7 @@ + MAKEDEPEND='$$$${TOP}/util/domd $$$${TOP} -MD $(MAKEDEPPROG)' \ + DEPFLAG='-DOPENSSL_NO_DEPRECATED $(DEPFLAG)' \ + MAKEDEPPROG='$(MAKEDEPPROG)' \ ++ LDFLAGS='${LDFLAGS}' \ + SHARED_LDFLAGS='$(SHARED_LDFLAGS)' \ + KRB5_INCLUDES='$(KRB5_INCLUDES)' LIBKRB5='$(LIBKRB5)' \ + ZLIB_INCLUDE='$(ZLIB_INCLUDE)' LIBZLIB='$(LIBZLIB)' \ +--- openssl-0.9.8h/Makefile.shared ++++ openssl-0.9.8h/Makefile.shared +@@ -153,7 +153,7 @@ + NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \ + SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX" + +-DO_GNU_APP=LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBRPATH)" ++DO_GNU_APP=LDFLAGS="$(LDFLAGS) $(CFLAGS) -Wl,-rpath,$(LIBRPATH)" + + #This is rather special. It's a special target with which one can link + #applications without bothering with any features that have anything to This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn