Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
3c7c3b7f
Commit
3c7c3b7f
authored
Jan 28, 2015
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support hardened builds for nxagent and libNX_*.so files.
parent
f0f1df26
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
changelog
debian/changelog
+1
-0
rules
debian/rules
+1
-1
No files found.
debian/changelog
View file @
3c7c3b7f
...
@@ -49,6 +49,7 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
...
@@ -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
+ Add Multi-Arch support for Debian based distro versions that
support Multi-Arch.
support Multi-Arch.
+ Support hardened builds for nxcomp* libraries.
+ Support hardened builds for nxcomp* libraries.
+ Support hardened builds for nxagent and libNX_*.so files.
* debian/rules:
* debian/rules:
+ Backup nxcomp/VERSION file from NoMachine before replacing it with
+ Backup nxcomp/VERSION file from NoMachine before replacing it with
...
...
debian/rules
View file @
3c7c3b7f
...
@@ -132,7 +132,7 @@ override_dh_auto_build:
...
@@ -132,7 +132,7 @@ override_dh_auto_build:
cp -av .preserve/* .
cp -av .preserve/* .
rm -Rf .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:
override_dh_strip:
dh_strip -plibnx-x11-6 --dbg-package=libnx-x11-6-dbg
dh_strip -plibnx-x11-6 --dbg-package=libnx-x11-6-dbg
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment