summaryrefslogtreecommitdiff
path: root/www/php3/patches
diff options
context:
space:
mode:
authortv <tv>1999-05-07 14:14:18 +0000
committertv <tv>1999-05-07 14:14:18 +0000
commit346e897c9800f2dbcb05562575ab37e26c0b721e (patch)
tree3b16ea091a9af07a073160df823b413693b6faa8 /www/php3/patches
parentc74d79531293500a371665f20ddbe97dba684c63 (diff)
downloadpkgsrc-346e897c9800f2dbcb05562575ab37e26c0b721e.tar.gz
Get the LDFLAGS right for ELF; we need -Wl,-E (pulled from Perl's CCCDLFLAGS)
in order to load dynamic modules that reference the internal function calls of the CGI binary.
Diffstat (limited to 'www/php3/patches')
-rw-r--r--www/php3/patches/patch-ah12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/php3/patches/patch-ah b/www/php3/patches/patch-ah
new file mode 100644
index 00000000000..17d922cc730
--- /dev/null
+++ b/www/php3/patches/patch-ah
@@ -0,0 +1,12 @@
+$NetBSD: patch-ah,v 1.1 1999/05/07 14:14:18 tv Exp $
+
+--- configure.orig Fri May 7 10:05:45 1999
++++ configure Fri May 7 10:06:05 1999
+@@ -3729,6 +3729,7 @@
+ fi
+
+
++LDFLAGS_SHLIB_EXPORT=`perl -V:ccdlflags | cut -d\' -f2`
+
+ 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