[libnet-pcap-perl] 01/09: Drop 0001-Append-CCFLAGS-to-Config-ccflags-instead-of-overridi.patch patch
Salvatore Bonaccorso
carnil at debian.org
Sun May 22 12:24:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch master
in repository libnet-pcap-perl.
commit 192fdc558f0fc947570c0bd1d017153518f2cd6b
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Sun May 22 14:02:58 2016 +0200
Drop 0001-Append-CCFLAGS-to-Config-ccflags-instead-of-overridi.patch patch
---
...AGS-to-Config-ccflags-instead-of-overridi.patch | 25 ----------------------
debian/patches/series | 1 -
2 files changed, 26 deletions(-)
diff --git a/debian/patches/0001-Append-CCFLAGS-to-Config-ccflags-instead-of-overridi.patch b/debian/patches/0001-Append-CCFLAGS-to-Config-ccflags-instead-of-overridi.patch
deleted file mode 100644
index e58f3fa..0000000
--- a/debian/patches/0001-Append-CCFLAGS-to-Config-ccflags-instead-of-overridi.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: Append CCFLAGS to $Config{ccflags} instead of overriding it
- As discussed in [rt.cpan.org #68613], overriding $Config{ccflags}
- breaks XS extensions on Perl 5.14 / x86. This manifests in
- > looking for -lpcap... no
- because the test distribution in .testlink/ fails its test suite.
- .
- Manually append to $Config{ccflags} as a change in EU::MM seems
- improbable.
-Author: Niko Tyni <ntyni at debian.org>
-Bug-Debian: https://bugs.debian.org/629302
-Forwarded: no, but see RT#68613
-Reviewed-By: Xavier Guimard <x.guimard at free.fr>
-Last-Update: 2013-03-09
-
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -22,7 +22,7 @@
- cygwin_pcap_headers();
- }
- else {
-- $options{CCFLAGS} = "-Wall -Wwrite-strings"
-+ $options{CCFLAGS} = $Config{ccflags} . " -Wall -Wwrite-strings"
- if $Config{ccname} eq "gcc" and $] >= 5.006;
- $options{LIBS} = '-lpcap';
- }
diff --git a/debian/patches/series b/debian/patches/series
index f5bea04..8ea1c40 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-0001-Append-CCFLAGS-to-Config-ccflags-instead-of-overridi.patch
spelling-errors.patch
fail-without-libpcap.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-pcap-perl.git
More information about the Pkg-perl-cvs-commits
mailing list