diff options
author | tv <tv@pkgsrc.org> | 1999-05-07 14:14:18 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-07 14:14:18 +0000 |
commit | 59e8f0afa255685a245bf02bdf7d2efcad3bc31b (patch) | |
tree | 3b16ea091a9af07a073160df823b413693b6faa8 /www/php3 | |
parent | ac8956d19256f512d5e2b60c2512130a3d53616b (diff) | |
download | pkgsrc-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-ah | 12 |
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 |