ifeq ($(STATIC),semi)
- STATICFLAGS=-Wl,-Bstatic -lstdc++ $(LUALIBS) -lgcc -Wl,-Bdynamic -static-libgcc -lm -lc
- LINKCC=$(CC)
-elseifeq ($(STATIC),full)
- STATICFLAGS=-lstdc++ -lm $(LUALIBS) -static
- LINKCC=$(CC)
+ STATICFLAGS=-Wl,-Bstatic -lstdc++ $(LUALIBS) -lgcc -Wl,-Bdynamic -static-libgcc -lm -lc
+ LINKCC=$(CC)
+ LDFLAGS += -ldl
+else ifeq ($(STATIC),full)
+ STATICFLAGS=-lstdc++ -lm $(LUALIBS) -static
+ LDFLAGS += -ldl
+ LINKCC=$(CC)
else
LDFLAGS += $(LUALIBS)
endif
#define SYSCONFDIR "/etc/powerdns/"
#define LOCALSTATEDIR "/var/run/"
-#define VERSION "3.1.7"
+#define VERSION "3.1.7-rc3"
#define RECURSOR
#ifndef WIN32
-VERSION=3.1.7
+VERSION=3.1.7-rc3
INCLUDES="iputils.hh arguments.hh base64.hh zoneparser-tng.hh \
rcpgenerator.hh lock.hh dnswriter.hh dnsrecords.hh dnsparser.hh utility.hh \
Buildroot: /tmp/pdns/
Name: pdns-recursor
-Version: 3.1.7
+Version: 3.1.7rc3
Release: 1
Summary: extremely powerful and versatile recursing nameserver
License: GPL