Print

Print


---
 src/XrdCns/Makefile.am    |    2 +-
 src/XrdSecgsi/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/XrdCns/Makefile.am b/src/XrdCns/Makefile.am
index e8bb60d..3623251 100644
--- a/src/XrdCns/Makefile.am
+++ b/src/XrdCns/Makefile.am
@@ -55,7 +55,7 @@ XrdCnsd_LDADD   = \
                   ../XrdSys/libXrdSys.la \
                   ../XrdClient/libXrdClient.la
 
-XrdCnsd_LDFLAGS = -static -export-dynamic
+XrdCnsd_LDFLAGS = -static -export-dynamic -ldl
 
 $(OBJECT_XRDCNSD) $(BINLIBS) $(LIBM) $(LIBS)
 
diff --git a/src/XrdSecgsi/Makefile.am b/src/XrdSecgsi/Makefile.am
index 7e2c5e1..bcda217 100644
--- a/src/XrdSecgsi/Makefile.am
+++ b/src/XrdSecgsi/Makefile.am
@@ -36,7 +36,7 @@ libXrdSecgsiGMAPLADP_la_SOURCES = XrdSecgsiGMAPFunLDAP.cc
 libXrdSecgsiGMAPLADP_la_LDFLAGS = -module
 
 xrdgsiproxy_SOURCES = XrdSecgsiProxy.cc
-xrdgsiproxy_LDFLAGS =  -static
+xrdgsiproxy_LDFLAGS =  -static -ldl
 xrdgsiproxy_LDADD = libXrdSecgsi.la \
                     ../XrdSec/libXrdSec.la \
                     ../XrdOuc/libXrdOuc.la \
-- 
1.7.5.4


--------------080904070200080108080000--