diff options
author | Andrei Belov <defan@nginx.com> | 2017-12-28 22:16:52 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2017-12-28 22:16:52 +0300 |
commit | 3e9e6878a671f0f95889fb153ce52d6a12d4a5a4 (patch) | |
tree | 1f3d1c63a49a9d02f3987afc7325d81c05d6ca8e /pkg/deb/debian.module/rules.in | |
parent | d45326481c5edfa34cbda30f6050e4a658e13fdb (diff) | |
download | unit-3e9e6878a671f0f95889fb153ce52d6a12d4a5a4.tar.gz unit-3e9e6878a671f0f95889fb153ce52d6a12d4a5a4.tar.bz2 |
Packages: fixed building on 64-bit Debian 9 and Ubuntu 17.10.
Diffstat (limited to 'pkg/deb/debian.module/rules.in')
-rwxr-xr-x | pkg/deb/debian.module/rules.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/deb/debian.module/rules.in b/pkg/deb/debian.module/rules.in index b8ef9e85..22e381fe 100755 --- a/pkg/deb/debian.module/rules.in +++ b/pkg/deb/debian.module/rules.in @@ -4,7 +4,7 @@ #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie -export DEB_CFLAGS_MAINT_APPEND=-Wp,-D_FORTIFY_SOURCE=2 +export DEB_CFLAGS_MAINT_APPEND=-Wp,-D_FORTIFY_SOURCE=2 -fPIC DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk |