[libcrypt-openssl-random-perl] 05/11: Update Makefile.PL-no-ssl-in-LIBS.patch.

gregor herrmann gregoa at debian.org
Sun Nov 22 15:00:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libcrypt-openssl-random-perl.

commit 8544f494255e71e9e703994a709a9e074b2305f1
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Nov 22 15:56:05 2015 +0100

    Update Makefile.PL-no-ssl-in-LIBS.patch.
---
 debian/patches/Makefile.PL-no-ssl-in-LIBS.patch | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/debian/patches/Makefile.PL-no-ssl-in-LIBS.patch b/debian/patches/Makefile.PL-no-ssl-in-LIBS.patch
index 13185f8..ad7b7a1 100644
--- a/debian/patches/Makefile.PL-no-ssl-in-LIBS.patch
+++ b/debian/patches/Makefile.PL-no-ssl-in-LIBS.patch
@@ -1,18 +1,18 @@
 Description: do not include -lssl in LIBS
 Origin: vendor
-Forwarded: no
+Forwarded: not-needed
 Author: Damyan Ivanov <dmn at debian.org>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2014-02-21
+Last-Update: 2015-11-22
 
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -5,7 +5,7 @@ WriteMakefile(
-     'NAME'		=> 'Crypt::OpenSSL::Random',
-     'VERSION_FROM'	=> 'Random.pm', # finds $VERSION
-     'PREREQ_PM'		=> {}, # e.g., Module::Name => 1.1
--    'LIBS'	        => ['-lssl -lcrypto'],   # e.g., '-lm' 
-+    'LIBS'	        => ['-lcrypto'],   # e.g., '-lm'
-     'DEFINE'		=> '', # e.g., '-DHAVE_SOMETHING'
-     'INC'		=> '', # e.g., '-I/usr/include/other'
- );
+@@ -10,7 +10,7 @@
+ if ($args =~ /LIBDIR[ =](\S+)/) {
+   $libdir = $1;
+ }
+-my $libs = "-lssl -lcrypto";
++my $libs = "-lcrypto";
+ 
+ WriteMakefile(
+   'NAME'	    => 'Crypt::OpenSSL::Random',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-openssl-random-perl.git



More information about the Pkg-perl-cvs-commits mailing list