Skip to content

Commit

Permalink
Deb: Don't disable PIE in debian/rules, it's enabled anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianBunk authored and ottok committed May 29, 2018
1 parent a2499a2 commit dc0a766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export DH_VERBOSE=1

# enable Debian Hardening
# see: https://wiki.debian.org/Hardening
export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

Expand Down

0 comments on commit dc0a766

Please sign in to comment.