aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-01-28 18:21:44 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-01-28 18:21:44 +0100
commit3c7c3b7f4e352f9afd0db1a6f62060b7d03013f3 (patch)
treebb3046a73217d1e1081ffade2c7623de577cd1fb /debian/rules
parentf0f1df262b6e12f1f3393627dafa8fd1a372b814 (diff)
downloadnx-libs-3c7c3b7f4e352f9afd0db1a6f62060b7d03013f3.tar.gz
nx-libs-3c7c3b7f4e352f9afd0db1a6f62060b7d03013f3.tar.bz2
nx-libs-3c7c3b7f4e352f9afd0db1a6f62060b7d03013f3.zip
Support hardened builds for nxagent and libNX_*.so files.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index acef66c76..a4f9257ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -132,7 +132,7 @@ override_dh_auto_build:
cp -av .preserve/* .
rm -Rf .preserve/
- SHLIBDIR=$(LIBDIR) PREFIX=/usr dh_auto_build --parallel
+ LOCAL_LDFLAGS=$(LDFLAGS) SHLIBGLOBALSFLAGS=$(LDFLAGS) SHLIBDIR=$(LIBDIR) PREFIX=/usr dh_auto_build --parallel
override_dh_strip:
dh_strip -plibnx-x11-6 --dbg-package=libnx-x11-6-dbg