diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-12-28 23:16:32 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-12-30 03:36:11 +0100 |
commit | 44f8c424e70311283b274c3e9fddbd7ca928f003 (patch) | |
tree | 663c9cab2ea71a00e41d6514d13dd06762532a7e | |
parent | 4b153f5b057c0f8bd476883c009a91aaba03575b (diff) | |
download | nx-libs-44f8c424e70311283b274c3e9fddbd7ca928f003.tar.gz nx-libs-44f8c424e70311283b274c3e9fddbd7ca928f003.tar.bz2 nx-libs-44f8c424e70311283b274c3e9fddbd7ca928f003.zip |
nxcompshad/src/Makefile.am: enable new ELF dtags to force RUNPATH creation for libXcompshad.
-rw-r--r-- | nxcompshad/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nxcompshad/src/Makefile.am b/nxcompshad/src/Makefile.am index 670bc4d1e..f7beac86e 100644 --- a/nxcompshad/src/Makefile.am +++ b/nxcompshad/src/Makefile.am @@ -39,6 +39,7 @@ AM_CPPFLAGS = \ libXcompshad_la_LDFLAGS = \ -version-number @LT_COMPSHAD_VERSION@ -no-undefined \ + -Wl,--enable-new-dtags \ -R '$(libdir)/nx/X11' \ $(NULL) |