]> granicus.if.org Git - pdns/commitdiff
make sure we use libumem on Solaris as allocator
authorBert Hubert <bert.hubert@netherlabs.nl>
Sun, 8 Aug 2010 12:12:44 +0000 (12:12 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sun, 8 Aug 2010 12:12:44 +0000 (12:12 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1682 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/sysdeps-recursor/SunOS.inc

index 2a1d3bfdebd0135736db56db8008bdb173967e70..bde2e26d28dd3b08f694de9d30f993d65cae3ab6 100644 (file)
@@ -2,7 +2,7 @@ ifeq ($(CC),cc)
        CC:=gcc
 endif
 
-LDFLAGS+=-lresolv -lsocket -lnsl -ldl
+LDFLAGS+=-lresolv -lsocket -lnsl -ldl -lumem
 OS_SPECIFIC_INSTALL=mkdir -p $(DESTDIR)/etc/init.d ; cp pdns-recursor.init.d $(DESTDIR)/etc/init.d/pdns-recursor
 
 LUA_LIBS_CONFIG ?= -llua