[SCM] Debian packaging of libcoro-perl branch, master, updated. debian/6.080-2-3-gc3afa8d

Alessandro Ghedini al3xbio at gmail.com
Thu Jun 28 14:27:38 UTC 2012


The following commit has been merged in the master branch:
commit 19834bb6daeb97211fa6367062e59109e3b6f57b
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Thu Jun 28 16:21:35 2012 +0200

    Add fix-ftbfs-with-longjmp.patch to actually fix FTBFS

diff --git a/debian/patches/fix-ftbfs-with-longjmp.patch b/debian/patches/fix-ftbfs-with-longjmp.patch
new file mode 100644
index 0000000..eb64ba3
--- /dev/null
+++ b/debian/patches/fix-ftbfs-with-longjmp.patch
@@ -0,0 +1,17 @@
+Description: Disable FORTIFY_SOURCE flag when using long jump implementation
+Origin: vendor
+Forwarded: not-needed
+Author: Alessandro Ghedini <ghedo at debian.org>
+Reviewed-by: Alessandro Ghedini <ghedo at debian.org>
+Last-Update: 2012-06-28
+
+--- a/Coro/Makefile.PL
++++ b/Coro/Makefile.PL
+@@ -215,6 +215,7 @@
+    conftest ("TEST_makecontext");
+ } elsif ($iface eq "s") {
+    $DEFINE .= " -DCORO_SJLJ";
++   $DEFINE .= " -D_FORTIFY_SOURCE=0";
+    print "\nUsing setjmp/longjmp/sigaltstack implementation\n\n";
+    conftest ("TEST_sigaltstack");
+ } elsif ($iface eq "l") {
diff --git a/debian/patches/series b/debian/patches/series
index d63b0d0..84caea7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 fix-wrong-path-for-interpreter.patch
 whatis.patch
 spelling.patch
+fix-ftbfs-with-longjmp.patch

-- 
Debian packaging of libcoro-perl



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