Revision: 6495 http://ipcop.svn.sourceforge.net/ipcop/?rev=6495&view=rev Author: gespinasse Date: 2012-03-18 18:24:53 +0000 (Sun, 18 Mar 2012) Log Message: ----------- Add on lfs file the reason why libz.so is required on the running machine and adjust rootfile accordingly.
Patch that remove dependency on libz for Perl SSLeay should still be the right thing. Modified Paths: -------------- ipcop/trunk/config/rootfiles/common/zlib ipcop/trunk/lfs/zlib Modified: ipcop/trunk/config/rootfiles/common/zlib =================================================================== --- ipcop/trunk/config/rootfiles/common/zlib 2012-03-18 18:22:42 UTC (rev 6494) +++ ipcop/trunk/config/rootfiles/common/zlib 2012-03-18 18:24:53 UTC (rev 6495) @@ -3,7 +3,7 @@ #usr/include/zconf.h #usr/include/zlib.h #usr/lib/libz.a -# Do NOT delete libz.so, Perl SSLeay depends on it +# libz.so is REQUIRED by openssl, when compiled with zlib-dynamic usr/lib/libz.so #usr/lib/libz_pic.a #usr/lib/libz_pic.map Modified: ipcop/trunk/lfs/zlib =================================================================== --- ipcop/trunk/lfs/zlib 2012-03-18 18:22:42 UTC (rev 6494) +++ ipcop/trunk/lfs/zlib 2012-03-18 18:24:53 UTC (rev 6495) @@ -101,6 +101,9 @@ # so static lib is not required there # some binutils tests need zlib.a : don't remove (at least bootstrap --static) mv -v /usr/lib/libz.so.* /lib + + # libz.so symlink is required as usual to build but as openssl is compiled with zlib-dynamic, + # the running machine need it too, see http://rt.openssl.org/Ticket/Display.html?id=1234 ln -sfv ../../lib/libz.so.$(VER) /usr/lib/libz.so # special for installer to reduce shared libs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn