Commit edfeecb6 authored by Andreas Tille's avatar Andreas Tille
Browse files

Fix hardening options

parent 07713bd1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
prodigal (1:2.6.3-2) UNRELEASED; urgency=medium

  [ Liubov Chuprikova ]
  * Team upload.
  * Fix "Please provide autopkgtest" Autopkgtest added
    (Closes: #890783)
  * Standards-Version: 4.1.3
  * debhelper 11

  [ Andreas Tille ]
  * Fix hardening options

 -- Liubov Chuprikova <chuprikovalv@gmail.com>  Thu, 15 Mar 2018 23:36:47 +0000

prodigal (1:2.6.3-1) unstable; urgency=medium
+1 −4
Original line number Diff line number Diff line
@@ -3,10 +3,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
CFLAGS+=$(HARDENING_CFLAGS)
LDFLAGS+=$(HARDENING_LDFLAGS)
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@