Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Christos Trochalakis
64a08ca81c Release 1.9.3-1~bpo7+1 2015-07-28 09:45:16 +03:00
Christos Trochalakis
fc45a6a844 Disable PIE hardening flag
A quick fix for solving wheezy linking problem in perl's shared library.
2015-07-28 09:38:48 +03:00
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View file

@ -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 <yatiohi@ideopolis.gr> Mon, 27 Jul 2015 17:15:27 +0300
nginx (1.9.3-1) unstable; urgency=medium
[ Christos Trochalakis]

2
debian/rules vendored
View file

@ -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)