You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-scheme/guile-dbd-postgresql/files/guile-dbd-postgresql-2.1.8-...

12 lines
279 B

--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,7 @@ AC_HEADER_STDC
AC_CHECK_LIB(pq,PQconnectStart,,
AC_MSG_ERROR([*** Can't find libpq]))
-CFLAGS=`guile-config compile`
+CFLAGS="${CFLAGS} `guile-config compile`"
LIBS=`guile-config link`
. $srcdir/DBD-VERSION