[SCM] Debian packaging of libcrypt-openssl-rsa-perl branch, master, updated. upstream/0.28-35-gdce3bf1

Salvatore Bonaccorso carnil at debian.org
Thu Aug 25 06:26:30 UTC 2011


The following commit has been merged in the master branch:
commit 3051fdab561685616c3de952980260f5f08a84bc
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Aug 25 08:24:48 2011 +0200

    debian/patches: Refresh Makefile.PL-no-ssl-in-LIBS.patch patch.

diff --git a/debian/patches/Makefile.PL-no-ssl-in-LIBS.patch b/debian/patches/Makefile.PL-no-ssl-in-LIBS.patch
index 3caead0..293c7b5 100644
--- a/debian/patches/Makefile.PL-no-ssl-in-LIBS.patch
+++ b/debian/patches/Makefile.PL-no-ssl-in-LIBS.patch
@@ -1,14 +1,17 @@
 Description: don't compile with -lssl
-Author: Damyan Ivanov <dmn at debian.org>
 Origin: vendor
 Forwarded: not-needed
+Author: Damyan Ivanov <dmn at debian.org>
+Reviewed-by: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2011-08-25
+
 --- a/Makefile.PL
 +++ b/Makefile.PL
 @@ -19,7 +19,7 @@
          'Test' => 0,
      },
      'OBJECT' => 'RSA.o',
--    'LIBS'	=> ['-lssl -lcrypto'],   # e.g., '-lm'
+-    'LIBS'    => ($^O eq 'MSWin32') ? ['-lssl32 -leay32'] : ['-lssl -lcrypto'],
 +    'LIBS'	=> ['-lcrypto'],   # e.g., '-lm'
      'DEFINE'	=> '-DPERL5 -DOPENSSL_NO_KRB5',
      # perl-5.8/gcc-3.2 needs -DPERL5, and redhat9 likes -DOPENSSL_NO_KRB5

-- 
Debian packaging of libcrypt-openssl-rsa-perl



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