[SCM] Debian packaging of DBD-Firebird CPAN distribution branch, master, updated. 734129c51950f86f5c59658ca65f95da9bbc87ab

Damyan Ivanov dmn at debian.org
Tue Aug 30 09:02:38 UTC 2011


The following commit has been merged in the master branch:
commit d63eeec1cd673c1ba333da6fd58c2e0cdeff39b2
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Aug 30 11:46:06 2011 +0300

    add no-libdl.so-link patch, avoiding unneeded linking wiht libdl

diff --git a/debian/patches/no-libdl.so-link.patch b/debian/patches/no-libdl.so-link.patch
new file mode 100644
index 0000000..dd9df6a
--- /dev/null
+++ b/debian/patches/no-libdl.so-link.patch
@@ -0,0 +1,15 @@
+Description: do not link with libdl.so
+ The module doesn't use any of its symbols
+Author: Damyan Ivanov <dmn at debian.org>
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -540,7 +540,7 @@ elsif (($os eq 'linux') || ($os eq 'free
+ 
+     my $ldl = ($os eq 'linux') ? '-ldl' : '';
+ 
+-    $MakeParams{'LIBS'} = "-L$ib_lib -L/usr/lib -l$lib $ldl ";
++    $MakeParams{'LIBS'} = "-L$ib_lib -L/usr/lib -l$lib ";
+ 
+ }
+ elsif ($os eq 'darwin')

-- 
Debian packaging of DBD-Firebird CPAN distribution



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