mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
23 lines
462 B
Plaintext
23 lines
462 B
Plaintext
$NetBSD: patch-configure,v 1.2 2013/10/20 18:18:52 joerg Exp $
|
|
|
|
See configure.ac patch.
|
|
|
|
--- configure.orig 2011-12-31 03:24:50.000000000 +0000
|
|
+++ configure
|
|
@@ -16430,12 +16430,14 @@ fi
|
|
|
|
|
|
|
|
-PGSQL_FE_LDFLAGS=-L`$PGCONFIG --libdir`" -lpq"
|
|
+
|
|
+PGSQL_FE_LDFLAGS="-L`$PGCONFIG --libdir` ${COMPILER_RPATH_FLAG}`$PGCONFIG --libdir` -lpq"
|
|
PGSQL_FE_CPPFLAGS=-I`$PGCONFIG --includedir`
|
|
|
|
|
|
|
|
|
|
+
|
|
PGSQL_DOCDIR=`$PGCONFIG --docdir`
|
|
PGSQL_MANDIR=`$PGCONFIG --mandir`
|
|
|