Compare commits
2 commits
main
...
wheezy-bac
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64a08ca81c | ||
|
|
fc45a6a844 |
2 changed files with 8 additions and 1 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -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
2
debian/rules
vendored
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue