]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
postgresql check should not touch LDFLAGS 2324/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 6 Mar 2015 14:20:27 +0000 (15:20 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 6 Mar 2015 14:20:27 +0000 (15:20 +0100)
Fixes #2323

m4/pdns_with_postgresql.m4

index d8655adda5738352c062cd7403a33c4237f270cb..96cb7345a9e7b485b2b7aaa3a376f459c41f3748 100644 (file)
@@ -76,7 +76,6 @@ AC_DEFUN([PDNS_WITH_POSTGRESQL],[
       ;;
     /*)
       PGSQL_lib="-L$PGSQL_libdir -Wl,-rpath,$PGSQL_libdir -lpq"
-      LDFLAGS="$PGSQL_lib $LDFLAGS"
       ;;
     *)
       AC_MSG_ERROR([The PgSQL library directory ($PGSQL_libdir) must be an absolute path.])