Changeset 2319

Show
Ignore:
Timestamp:
12/15/11 20:11:21 (18 months ago)
Author:
ahu
Message:

with some luck this will enable postgresql linking again on all platforms

Location:
trunk/pdns
Files:
1 added
1 removed
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/configure.ac

    r2308 r2319  
    428428        AC_SUBST(PGSQL_incdir) 
    429429        AC_MSG_RESULT([$PGSQL_incdir]) 
    430  
    431 #       LIBS="$LIBS -lpq++ -lpq -lssl -lcrypt -lcrypto" 
    432 fi 
    433  
     430fi 
    434431 
    435432if test "$needsqlite" 
     
    572569 
    573570        if test ${a} == "gpgsql"; then 
     571                LIBS="$LIBS $LIBCRYPT" 
     572         
    574573                case "$host_os" in 
    575574                freebsd*) 
     
    602601modules/gsqlitebackend/Makefile modules/gsqlite3backend/Makefile \ 
    603602modules/goraclebackend/Makefile modules/mydnsbackend/Makefile \ 
    604 modules/luabackend/Makefile modules/gpgsqlbackend/OBJECTLIBS) 
     603modules/luabackend/Makefile)