[SCM] Debian packaging of libembperl-perl branch, master, updated. debian/2.5.0_rc2-1-2-g70e600c

Salvatore Bonaccorso carnil at debian.org
Sat Oct 20 16:10:43 UTC 2012


The following commit has been merged in the master branch:
commit 3ffc15eca3798b7eb14da4cc8c234d4b3c5724fb
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Oct 20 17:57:20 2012 +0200

    Add 691032-ftbfs-on-non-x86-architectures.patch patch
    
    Fix "Fix FTBFS due to -m32 used on non-x86 architectures.
    
    Thanks: Konstantinos Margaritis <konstantinos.margaritis at freevec.org>
    
    Closes: #691032

diff --git a/debian/patches/691032-ftbfs-on-non-x86-architectures.patch b/debian/patches/691032-ftbfs-on-non-x86-architectures.patch
new file mode 100644
index 0000000..957eebe
--- /dev/null
+++ b/debian/patches/691032-ftbfs-on-non-x86-architectures.patch
@@ -0,0 +1,29 @@
+Description: Fix FTBFS on non-x86 architectures
+Origin: vendor
+Bug: http://bugs.debian.org/691032
+Forwarded: no
+Author:  Konstantinos Margaritis <konstantinos.margaritis at freevec.org>
+Reviewed-by: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2012-10-20
+Applied-Upstream: no
+
+diff -ruN libembperl-perl-2.5.0~rc2/Makefile.PL libembperl-perl-2.5.0~rc2.mine/Makefile.PL
+--- libembperl-perl-2.5.0~rc2/Makefile.PL	2012-09-10 05:44:14.000000000 +0000
++++ libembperl-perl-2.5.0~rc2.mine/Makefile.PL	2012-10-18 15:47:32.827875735 +0000
+@@ -1269,7 +1269,6 @@
+ $dynlib->{'OTHERLDFLAGS'} .= " $lddebug" ;
+ if ($perl32bit)
+     {
+-    $dynlib->{'OTHERLDFLAGS'} .= " -m32" ;
+     $dynlib->{'OTHERLDFLAGS'} .= " -L" . join (' -L', split / /, $Config{libpth})  ;
+     }
+ 
+@@ -1329,8 +1328,6 @@
+     $i .= ' -I' . join (' -I', @inc) if (@inc) ;
+     }
+ 
+-$addcflags = $perl32bit?'-m32':'' ;
+-
+ %MMARGS = (
+     'LIBS'	   => [$libs || ''],   			 
+     'DEFINE'	   => "$d \$(DEFS) " . ($mp2cfg?$mp2cfg->{MODPERL_CCOPTS}:''), 			 
diff --git a/debian/patches/series b/debian/patches/series
index 3e04984..cbb4f80 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 delay.patch
+691032-ftbfs-on-non-x86-architectures.patch

-- 
Debian packaging of libembperl-perl



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