Revision: 6486 http://ipcop.svn.sourceforge.net/ipcop/?rev=6486&view=rev Author: owes Date: 2012-03-16 20:56:24 +0000 (Fri, 16 Mar 2012) Log Message: ----------- Add patch to avoid unneeded dependency on libz
Modified Paths: -------------- ipcop/trunk/lfs/Net-SSLeay Added Paths: ----------- ipcop/trunk/src/patches/Net-SSLeay-1.45_no-stray-libz-link.patch Modified: ipcop/trunk/lfs/Net-SSLeay =================================================================== --- ipcop/trunk/lfs/Net-SSLeay 2012-03-16 17:05:29 UTC (rev 6485) +++ ipcop/trunk/lfs/Net-SSLeay 2012-03-16 20:56:24 UTC (rev 6486) @@ -81,6 +81,7 @@ $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)_no-stray-libz-link.patch # PERL_MM_USE_DEFAULT=1 is the way to answer 'no' to Makefile.PL for external tests question. cd $(DIR_APP) && PERL_MM_USE_DEFAULT=1 perl Makefile.PL Added: ipcop/trunk/src/patches/Net-SSLeay-1.45_no-stray-libz-link.patch =================================================================== --- ipcop/trunk/src/patches/Net-SSLeay-1.45_no-stray-libz-link.patch (rev 0) +++ ipcop/trunk/src/patches/Net-SSLeay-1.45_no-stray-libz-link.patch 2012-03-16 20:56:24 UTC (rev 6486) @@ -0,0 +1,13 @@ +--- a/inc/Module/Install/PRIVATE/Net/SSLeay.pm 2012-02-14 18:24:54.000000000 +0100 ++++ b/inc/Module/Install/PRIVATE/Net/SSLeay.pm 2012-02-14 18:25:39.000000000 +0100 +@@ -95,8 +95,8 @@ + $opts->{optimize} = '-O2 -g'; + push @{ $opts->{lib_links} }, + ($rsaref +- ? qw( ssl crypto RSAglue rsaref z ) +- : qw( ssl crypto z ) ++ ? qw( ssl crypto RSAglue rsaref ) ++ : qw( ssl crypto ) + ); + + if (($Config{cc} =~ /aCC/i) && $^O eq 'hpux') { 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