Changeset 1212
- Timestamp:
- 06/21/08 20:32:11 (2 years ago)
- Location:
- trunk/pdns/pdns
- Files:
-
- 4 modified
-
Makefile-recursor (modified) (1 diff)
-
config-recursor.h (modified) (1 diff)
-
dist-recursor (modified) (1 diff)
-
pdns-recursor.spec (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/Makefile-recursor
r1199 r1212 40 40 41 41 ifeq ($(STATIC),semi) 42 STATICFLAGS=-Wl,-Bstatic -lstdc++ $(LUALIBS) -lgcc -Wl,-Bdynamic -static-libgcc -lm -lc 43 LINKCC=$(CC) 44 elseifeq ($(STATIC),full) 45 STATICFLAGS=-lstdc++ -lm $(LUALIBS) -static 46 LINKCC=$(CC) 42 STATICFLAGS=-Wl,-Bstatic -lstdc++ $(LUALIBS) -lgcc -Wl,-Bdynamic -static-libgcc -lm -lc 43 LINKCC=$(CC) 44 LDFLAGS += -ldl 45 else ifeq ($(STATIC),full) 46 STATICFLAGS=-lstdc++ -lm $(LUALIBS) -static 47 LDFLAGS += -ldl 48 LINKCC=$(CC) 47 49 else 48 50 LDFLAGS += $(LUALIBS) -
trunk/pdns/pdns/config-recursor.h
r1187 r1212 1 1 #define SYSCONFDIR "/etc/powerdns/" 2 2 #define LOCALSTATEDIR "/var/run/" 3 #define VERSION "3.1.7 "3 #define VERSION "3.1.7-rc3" 4 4 #define RECURSOR 5 5 #ifndef WIN32 -
trunk/pdns/pdns/dist-recursor
r1194 r1212 1 VERSION=3.1.7 1 VERSION=3.1.7-rc3 2 2 3 3 INCLUDES="iputils.hh arguments.hh base64.hh zoneparser-tng.hh \ -
trunk/pdns/pdns/pdns-recursor.spec
r1187 r1212 3 3 Buildroot: /tmp/pdns/ 4 4 Name: pdns-recursor 5 Version: 3.1.7 5 Version: 3.1.7rc3 6 6 Release: 1 7 7 Summary: extremely powerful and versatile recursing nameserver