[libcoro-perl] 02/07: drop fix-ftbfs-with-longjmp.patch, applied upstream

Damyan Ivanov dmn at moszumanska.debian.org
Sat Oct 28 21:06:23 UTC 2017


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

dmn pushed a commit to branch master
in repository libcoro-perl.

commit 6817be2fdfcb552d0348a14eed6e0ba2fa5d84bd
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Oct 28 20:48:41 2017 +0000

    drop fix-ftbfs-with-longjmp.patch, applied upstream
---
 debian/patches/fix-ftbfs-with-longjmp.patch | 17 -----------------
 debian/patches/series                       |  1 -
 2 files changed, 18 deletions(-)

diff --git a/debian/patches/fix-ftbfs-with-longjmp.patch b/debian/patches/fix-ftbfs-with-longjmp.patch
deleted file mode 100644
index 2424b72..0000000
--- a/debian/patches/fix-ftbfs-with-longjmp.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Disable FORTIFY_SOURCE flag when using long jump implementation
-Origin: vendor
-Forwarded: not-needed
-Author: Alessandro Ghedini <ghedo at debian.org>
-Reviewed-by: Xavier Guimard <x.guimard at free.fr>
-Last-Update: 2014-09-15
-
---- a/Coro/Makefile.PL
-+++ b/Coro/Makefile.PL
-@@ -220,6 +220,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 e1e0df1..5d89e33 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,6 +1,5 @@
 fix-wrong-path-for-interpreter.patch
 whatis.patch
 spelling.patch
-fix-ftbfs-with-longjmp.patch
 coro-5.24.patch
 coro-5.26.patch

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



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