[libimage-librsvg-perl] 06/07: Make sure even CPPFLAGS are passed, and add linitan override for the false positive

Florian Schlichting fsfs at moszumanska.debian.org
Thu Apr 24 20:25:09 UTC 2014


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

fsfs pushed a commit to branch master
in repository libimage-librsvg-perl.

commit 200bf3d2232a2171bf8bacec74b0ca0f1f050d6e
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu Apr 24 22:21:54 2014 +0200

    Make sure even CPPFLAGS are passed, and add linitan override for the false positive
---
 debian/libimage-librsvg-perl.lintian-overrides | 2 ++
 debian/rules                                   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/libimage-librsvg-perl.lintian-overrides b/debian/libimage-librsvg-perl.lintian-overrides
new file mode 100644
index 0000000..6141b81
--- /dev/null
+++ b/debian/libimage-librsvg-perl.lintian-overrides
@@ -0,0 +1,2 @@
+# false positive, hardening flags present, blhc agrees
+hardening-no-fortify-functions usr/lib/perl5/auto/Image/LibRSVG/LibRSVG.so
diff --git a/debian/rules b/debian/rules
index 64b11ac..70c4793 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ override_dh_auto_configure:
 	dh_auto_configure -- LIBS='-lrsvg-2'
 
 override_dh_auto_build:
-	dh_auto_build -- OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+	dh_auto_build -- OPTIMIZE="$(CFLAGS) $(CPPFLAGS)" LD_RUN_PATH=""
 
 override_dh_auto_install:
 	dh_auto_install

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



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