]> granicus.if.org Git - pdns/commitdiff
this si somewhat of a kamikaze commit - it fixes my problem, and I think it should...
authorbert hubert <bert.hubert@netherlabs.nl>
Fri, 5 Dec 2014 09:40:24 +0000 (10:40 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Fri, 5 Dec 2014 09:40:24 +0000 (10:40 +0100)
pdns/Makefile-recursor

index 2a3654de051271dd0c4173b2dcaa5926a883b086..7822783304b55bacad47a0bc550888df84590edc 100644 (file)
@@ -48,9 +48,9 @@ endif
 
 
 ifeq ($(STATIC),semi)
-       STATICFLAGS=-Wl,-Bstatic -lstdc++ $(LUALIBS) -lgcc -Wl,-Bdynamic -static-libgcc -lm -lc
+       STATICFLAGS=-Wl,-Bstatic -lstdc++ $(LUALIBS) -lgcc -Wl,-Bdynamic -static-libgcc -lm -lc -ldl
        LINKCC=$(CC)
-       LDFLAGS += -ldl -lm
+       LDFLAGS += -lm
 else 
    ifeq ($(STATIC),full)
        STATICFLAGS=-lstdc++ $(LUALIBS) -ldl -lm -static