From bc385419135aa279c3fc2466073c327408a25730 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Fri, 6 Mar 2015 15:20:27 +0100 Subject: [PATCH] postgresql check should not touch LDFLAGS Fixes #2323 --- m4/pdns_with_postgresql.m4 | 1 - 1 file changed, 1 deletion(-) 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.]) -- 2.47.2