Changeset 1212

Show
Ignore:
Timestamp:
06/21/08 20:32:11 (2 years ago)
Author:
ahu
Message:

3.1.7-rc3

Location:
trunk/pdns/pdns
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/Makefile-recursor

    r1199 r1212  
    4040 
    4141ifeq ($(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 
     45else ifeq ($(STATIC),full) 
     46        STATICFLAGS=-lstdc++ -lm $(LUALIBS) -static  
     47        LDFLAGS += -ldl 
     48        LINKCC=$(CC) 
    4749else 
    4850        LDFLAGS += $(LUALIBS) 
  • trunk/pdns/pdns/config-recursor.h

    r1187 r1212  
    11#define SYSCONFDIR "/etc/powerdns/"  
    22#define LOCALSTATEDIR "/var/run/"  
    3 #define VERSION "3.1.7" 
     3#define VERSION "3.1.7-rc3" 
    44#define RECURSOR 
    55#ifndef WIN32 
  • trunk/pdns/pdns/dist-recursor

    r1194 r1212  
    1 VERSION=3.1.7 
     1VERSION=3.1.7-rc3 
    22 
    33INCLUDES="iputils.hh arguments.hh base64.hh zoneparser-tng.hh \ 
  • trunk/pdns/pdns/pdns-recursor.spec

    r1187 r1212  
    33Buildroot: /tmp/pdns/ 
    44Name: pdns-recursor 
    5 Version: 3.1.7 
     5Version: 3.1.7rc3 
    66Release: 1 
    77Summary: extremely powerful and versatile recursing nameserver