Commit 3c7c3b7f authored by Mike Gabriel's avatar Mike Gabriel

Support hardened builds for nxagent and libNX_*.so files.

parent f0f1df26
......@@ -49,6 +49,7 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
+ Add Multi-Arch support for Debian based distro versions that
support Multi-Arch.
+ Support hardened builds for nxcomp* libraries.
+ Support hardened builds for nxagent and libNX_*.so files.
* debian/rules:
+ Backup nxcomp/VERSION file from NoMachine before replacing it with
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment