summaryrefslogtreecommitdiff
path: root/www/php3
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-05-07 14:14:18 +0000
committertv <tv@pkgsrc.org>1999-05-07 14:14:18 +0000
commit59e8f0afa255685a245bf02bdf7d2efcad3bc31b (patch)
tree3b16ea091a9af07a073160df823b413693b6faa8 /www/php3
parentac8956d19256f512d5e2b60c2512130a3d53616b (diff)
downloadpkgsrc-59e8f0afa255685a245bf02bdf7d2efcad3bc31b.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')
-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