This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libverilog-perl.
commit 6845fc0616d0bc6b04debf4506f5e4f72226f6d9 Author: gregor herrmann <[email protected]> Date: Fri Oct 10 15:10:03 2014 +0200 Drop hardening.patch, applied upstream. --- debian/patches/hardening.patch | 17 ----------------- debian/patches/series | 1 - 2 files changed, 18 deletions(-) diff --git a/debian/patches/hardening.patch b/debian/patches/hardening.patch deleted file mode 100644 index 193de83..0000000 --- a/debian/patches/hardening.patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: Makefile.PL override OPTIMIZE, so add back hardening flags manually -Origin: vendor -Forwarded: http://www.veripool.org/issues/786-Verilog-Perl-allow-passing-of-CFLAGS-and-CPPFLAGS -Author: gregor herrmann <[email protected]> -Last-Update: 2012-10-08 - ---- a/Makefile.PL -+++ b/Makefile.PL -@@ -14,6 +14,8 @@ - # Note OPTIMIZE is passed from upper makefile, so this code needed there too. - # -O2 optimization seems unreasonably slow on nearly every platform. I give up. - my $optimize = $Config{optimize}; $optimize =~ s/(^| )-O2( |$)/\1-O\2/g; -+ # pass hardening flags -+ $optimize .= " $ENV{CFLAGS} $ENV{CPPFLAGS}"; - $out .= "OPTIMIZE = $optimize\n"; - if ($Config{osname} =~ /cygwin/i || $Config{archname} =~ /cygwin/i) { - # Cygwin ExtUtils::MakeMaker ignores our LIBS declaration and says diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 814900f..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -hardening.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libverilog-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
