diff options
author | tv <tv> | 1999-05-07 14:14:18 +0000 |
---|---|---|
committer | tv <tv> | 1999-05-07 14:14:18 +0000 |
commit | 346e897c9800f2dbcb05562575ab37e26c0b721e (patch) | |
tree | 3b16ea091a9af07a073160df823b413693b6faa8 /www/php3/patches | |
parent | c74d79531293500a371665f20ddbe97dba684c63 (diff) | |
download | pkgsrc-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-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 |