Added patch for php-5.3.5 that gets further into the build, but still a work in progress.

This commit is contained in:
Scott McCreary
2011-02-03 22:49:06 +00:00
parent e0e8133b40
commit 4adfdddc63
2 changed files with 109 additions and 4 deletions

View File

@@ -4,15 +4,17 @@ SRC_URI="http://php.net/distributions/php-5.3.5.tar.bz2"
CHECKSUM_MD5="8aaf20c95e91f25c5b6a591e5d6d61b9"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND="dev-libs/libpcre >= 8.00
sys-devel/autoconf == 2.13"
DEPEND="dev-libs/libpcre >= 8.00"
BUILD {
cd php-5.3.5
libtoolize --force --copy --install
aclocal
autoconf
export LIBS="-lnetwork"
./configure --prefix=/boot/common \
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--enable-shared \
--enable-static
--enable-static \
--with-libxml-dir=`finddir B_COMMON_DIRECTORY`
make
}