diff options
author | Adrian Bunk <bunk@debian.org> | 2018-04-17 21:53:02 +0300 |
---|---|---|
committer | Otto Kekäläinen <otto@mariadb.org> | 2018-05-29 23:52:46 +0300 |
commit | dc0a76600b65950c478782203ac811e7e1027123 (patch) | |
tree | 48e7bcdcbf10744aaf833c4bfe2b75f7c108b671 /debian | |
parent | a2499a2d46848ddca2b89bc4136514b770511042 (diff) | |
download | mariadb-git-dc0a76600b65950c478782203ac811e7e1027123.tar.gz |
Deb: Don't disable PIE in debian/rules, it's enabled anyway
For details see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865737
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index a0bdf81e973..9bcdda102ef 100755 --- a/debian/rules +++ b/debian/rules @@ -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 |