From: bert hubert Date: Fri, 5 Dec 2014 09:40:24 +0000 (+0100) Subject: this si somewhat of a kamikaze commit - it fixes my problem, and I think it should... X-Git-Tag: rec-3.7.0-rc1~151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=118d0acfb5e3de4dd7db38bc095d2c713db4184c;p=thirdparty%2Fpdns.git this si somewhat of a kamikaze commit - it fixes my problem, and I think it should not break anyone else. --- diff --git a/pdns/Makefile-recursor b/pdns/Makefile-recursor index 2a3654de05..7822783304 100644 --- a/pdns/Makefile-recursor +++ b/pdns/Makefile-recursor @@ -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