[hdf4] 03/06: enable hardening

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Fri Sep 5 23:22:05 UTC 2014


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

johanvdw-guest pushed a commit to branch master
in repository hdf4.

commit 4b20f4f32408b3b64eefb567a1ef6fa720a4a676
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Fri Sep 5 23:00:21 2014 +0200

    enable hardening
---
 debian/rules | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index c1038f2..71d5a26 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,10 +17,8 @@ CC	:= gcc
 CXX	:= g++
 LIBS    := -ljpeg -lz -lm 
 
-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-	CFLAGS = $(shell dpkg-buildflags --get CFLAGS; dpkg-buildflags --get CPPFLAGS)
-	LDFLAGS = $(shell dpkg-buildflags --get  LDFLAGS)
-endif
+CFLAGS = $(shell dpkg-buildflags --get CFLAGS; dpkg-buildflags --get CPPFLAGS)
+LDFLAGS = $(shell dpkg-buildflags --get  LDFLAGS)
 
 ifneq (,$(findstring verbose,$(DEB_BUILD_OPTIONS)))
    DH_VERBOSE=1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf4.git



More information about the Pkg-grass-devel mailing list