[r-cran-rnetcdf] 07/08: update quilt hardining patch
Sebastian Gibb
sgibb-guest at moszumanska.debian.org
Fri May 15 20:22:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
sgibb-guest pushed a commit to branch master
in repository r-cran-rnetcdf.
commit e37e64ee5501b7f8ae92c56a205a42394d46bd49
Author: Sebastian Gibb <mail at sebastiangibb.de>
Date: Fri May 15 20:34:25 2015 +0200
update quilt hardining patch
---
debian/patches/hardening.diff | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/patches/hardening.diff b/debian/patches/hardening.diff
index 0932380..94c74e8 100644
--- a/debian/patches/hardening.diff
+++ b/debian/patches/hardening.diff
@@ -1,8 +1,10 @@
add hardening flags
--- a/src/Makevars.in
+++ b/src/Makevars.in
-@@ -1,2 +1,2 @@
--PKG_CPPFLAGS = @CPPFLAGS@
+@@ -1,3 +1,3 @@
+-PKG_CPPFLAGS = @DEFS@ @CPPFLAGS@
+-PKG_LDFLAGS = @LDFLAGS@
-PKG_LIBS = @LIBS@
+PKG_CPPFLAGS = @CPPFLAGS@ $(shell dpkg-buildflags --get CPPFLAGS)
++PKG_LDFLAGS= @LDFLAGS@ $(shell dpkg-buildflags --get LDFLAGS)
+PKG_LIBS = @LIBS@ $(shell dpkg-buildflags --get LDFLAGS)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-rnetcdf.git
More information about the debian-science-commits
mailing list