From: Ruben Kerkhof Date: Fri, 6 Mar 2015 14:20:27 +0000 (+0100) Subject: postgresql check should not touch LDFLAGS X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~98^2~64^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2324%2Fhead;p=thirdparty%2Fpdns.git postgresql check should not touch LDFLAGS Fixes #2323 --- diff --git a/m4/pdns_with_postgresql.m4 b/m4/pdns_with_postgresql.m4 index d8655adda5..96cb7345a9 100644 --- a/m4/pdns_with_postgresql.m4 +++ b/m4/pdns_with_postgresql.m4 @@ -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.])