diff --git a/debian/changelog b/debian/changelog index 8e64506..90f38ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +nginx (1.9.3-1~bpo7+1) wheezy-backports-sloppy; urgency=medium + + * Rebuild for jessie-backports-sloppy. + * Drop PIE from hardening flags. Solves linking issue in wheezy. + + -- Christos Trochalakis Mon, 27 Jul 2015 17:15:27 +0300 + nginx (1.9.3-1) unstable; urgency=medium [ Christos Trochalakis] diff --git a/debian/rules b/debian/rules index 34223d8..1fd85db 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f export DH_VERBOSE=1 -export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie debian_cflags:=$(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) debian_ldflags:=$(shell dpkg-buildflags --get LDFLAGS)