]> granicus.if.org Git - pdns/commitdiff
allow Lua to load modules in powerdns auth
authorBert Hubert <bert.hubert@netherlabs.nl>
Wed, 16 Mar 2011 15:08:00 +0000 (15:08 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Wed, 16 Mar 2011 15:08:00 +0000 (15:08 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2066 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/Makefile.am

index 7cc7b85187646af2d7aa62214067d321507ad9a2..de8e8ea0a34cd384a18e3456c40dcfb371bc5fd7 100644 (file)
@@ -44,9 +44,10 @@ dnsseckeeper.hh dnssecinfra.hh base32.hh dns.cc dnssecsigner.cc polarrsakeyinfra
 md5.hh signingpipe.cc signingpipe.hh dnslabeltext.cc lua-pdns-recursor.cc
 
 #
-pdns_server_LDFLAGS=@moduleobjects@ @modulelibs@ @DYNLINKFLAGS@ @LIBDL@ @THREADFLAGS@  -Lext/polarssl/library $(BOOST_SERIALIZATION_LDFLAGS) 
+pdns_server_LDFLAGS=@moduleobjects@ @modulelibs@ @DYNLINKFLAGS@ @LIBDL@ @THREADFLAGS@  -Lext/polarssl/library $(BOOST_SERIALIZATION_LDFLAGS)  -rdynamic
 pdns_server_LDADD= -lpolarssl $(BOOST_SERIALIZATION_LIBS) -llua5.1 
 
+
 if BOTAN19
 pdns_server_SOURCES += botan19signers.cc botansigners.cc
 pdns_server_LDADD += -lbotan -lgmp