From 44f8c424e70311283b274c3e9fddbd7ca928f003 Mon Sep 17 00:00:00 2001
From: Mihai Moldovan <ionic@ionic.de>
Date: Thu, 28 Dec 2017 23:16:32 +0100
Subject: nxcompshad/src/Makefile.am: enable new ELF dtags to force RUNPATH
 creation for libXcompshad.

---
 nxcompshad/src/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

(limited to 'nxcompshad')

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)
 
-- 
cgit v1.2.3