diff options
author | tron <tron> | 1999-06-15 22:32:01 +0000 |
---|---|---|
committer | tron <tron> | 1999-06-15 22:32:01 +0000 |
commit | 7b72b491642c7ae0de49d5dbabf4b869c4513077 (patch) | |
tree | c501704607a38739c01ff9a58ab988f2945d4cf5 /www/php3 | |
parent | 1a1c8117ba81ed6fb216b4688121c9521b8acd3a (diff) | |
download | pkgsrc-7b72b491642c7ae0de49d5dbabf4b869c4513077.tar.gz |
Use correct library path for linking the GDBM library and set run-time
library search patch for ELF. Fixes PR pkg/7773 by Alaric Williams.
Diffstat (limited to 'www/php3')
-rw-r--r-- | www/php3/patches/patch-ah | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/www/php3/patches/patch-ah b/www/php3/patches/patch-ah index 17d922cc730..10952f89905 100644 --- a/www/php3/patches/patch-ah +++ b/www/php3/patches/patch-ah @@ -1,4 +1,4 @@ -$NetBSD: patch-ah,v 1.1 1999/05/07 14:14:18 tv Exp $ +$NetBSD: patch-ah,v 1.2 1999/06/15 22:32:01 tron Exp $ --- configure.orig Fri May 7 10:05:45 1999 +++ configure Fri May 7 10:06:05 1999 @@ -10,3 +10,12 @@ $NetBSD: patch-ah,v 1.1 1999/05/07 14:14:18 tv Exp $ echo $ac_n "checking for Apache module support via DSO through APXS""... $ac_c" 1>&6 echo "configure:3735: checking for Apache module support via DSO through APXS" >&5 +@@ -3748,7 +3748,7 @@ + CFLAGS_SHLIB=`perl -V:cccdlflags | cut -d\' -f2` + LDFLAGS_SHLIB=`perl -V:lddlflags | cut -d\' -f2` + LDFLAGS_SHLIB_EXPORT=`perl -V:ccdlflags | cut -d\' -f2` +- PHP_LIBS=-L/usr/local/lib ++ PHP_LIBS="-L${PREFIX}/lib -Wl,-R${PREFIX}/lib" + STRONGHOLD= + cat >> confdefs.h <<\EOF + #define APACHE 1 |