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
4b153f5b
Commit
4b153f5b
authored
Dec 28, 2017
by
Mihai Moldovan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nx-X11/config/cf/{gnu,lnx}Lib.rules: enable new ELF dtags to force RUNPATH creation for nxagent.
parent
b13bf675
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
gnuLib.rules
nx-X11/config/cf/gnuLib.rules
+3
-3
lnxLib.rules
nx-X11/config/cf/lnxLib.rules
+3
-3
No files found.
nx-X11/config/cf/gnuLib.rules
View file @
4b153f5b
...
...
@@ -40,7 +40,7 @@ XCOMM XXX To rpath or not to rpath...
#endif
#ifndef RpathLoadFlags
#if UseRpath
#define RpathLoadFlags -Wl,-rpath=$(USRLIBDIRPATH)
#define RpathLoadFlags -Wl,-
-enable-new-dtags -Wl,-
rpath=$(USRLIBDIRPATH)
#else
#define RpathLoadFlags /**/
#endif
...
...
@@ -60,9 +60,9 @@ XCOMM XXX To rpath or not to rpath...
#ifndef ExtraLoadFlags
#ifdef UseInstalled
XCOMM XXX Maybe superfluous.
#define ExtraLoadFlags RpathLoadFlags -Wl,-rpath-link=$(USRLIBDIRPATH)
#define ExtraLoadFlags RpathLoadFlags -Wl,-
-enable-new-dtags -Wl,-
rpath-link=$(USRLIBDIRPATH)
#else
#define ExtraLoadFlags RpathLoadFlags -Wl,-rpath-link=$(BUILDLIBDIR)
#define ExtraLoadFlags RpathLoadFlags -Wl,-
-enable-new-dtags -Wl,-
rpath-link=$(BUILDLIBDIR)
#endif
#endif
...
...
nx-X11/config/cf/lnxLib.rules
View file @
4b153f5b
...
...
@@ -51,7 +51,7 @@
# endif
#ifndef RpathLoadFlags
#if UseRpath
#define RpathLoadFlags -Wl,-rpath,$(USRLIBDIRPATH)
#define RpathLoadFlags -Wl,-
-enable-new-dtags -Wl,-
rpath,$(USRLIBDIRPATH)
#else
#define RpathLoadFlags /**/
#endif
...
...
@@ -72,10 +72,10 @@
# if LinuxBinUtilsMajorVersion >= 26
# ifdef UseInstalled
# if LinuxBinUtilsMajorVersion < 27
# define ExtraLoadFlags RpathLoadFlags -Wl,-rpath-link,$(USRLIBDIRPATH)
# define ExtraLoadFlags RpathLoadFlags -Wl,-
-enable-new-dtags -Wl,-
rpath-link,$(USRLIBDIRPATH)
# endif
# else
# define ExtraLoadFlags RpathLoadFlags -Wl,-rpath-link,$(BUILDLIBDIR)
# define ExtraLoadFlags RpathLoadFlags -Wl,-
-enable-new-dtags -Wl,-
rpath-link,$(BUILDLIBDIR)
# endif
# else
# define ExtraLoadFlags RpathLoadFlags
...
...
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