summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-10-06 23:26:36 +0000
committerSascha Schumann <sas@php.net>1999-10-06 23:26:36 +0000
commit966b87e814e52c584dfa4f4ccdedd202c4969610 (patch)
tree50f9f0c4fc1c169c1d1e827ebd30c0de3c9f9e06 /buildconf
parent1606365a121c36d8d2410a7d3847290da74fb113 (diff)
downloadphp-git-966b87e814e52c584dfa4f4ccdedd202c4969610.tar.gz
Enable hardcoding runpaths for more platforms and allow Solaris' patch to run
buildconf.
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index ac88e68fea..39c3800e1b 100755
--- a/buildconf
+++ b/buildconf
@@ -116,7 +116,8 @@ fi
rm -f ltmain.sh ltconfig
libtoolize --automake --copy --force
-cat patch-?? | patch -N
+patch ltconfig < patch-aa
+patch ltmain.sh < patch-ab
mv aclocal.m4 aclocal.m4.old 2>/dev/null
aclocal