mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
With this updated .bep file for php, it's now building and creates the zip package as expected on Haiku. Next step is to start
adding in the extra features.
This commit is contained in:
@@ -3,7 +3,7 @@ HOMEPAGE="http://www.php.net"
|
||||
SRC_URI="http://php.net/distributions/php-5.3.5.tar.bz2"
|
||||
CHECKSUM_MD5="8aaf20c95e91f25c5b6a591e5d6d61b9"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-libs/libpcre >= 8.00"
|
||||
BUILD {
|
||||
cd php-5.3.5
|
||||
@@ -14,13 +14,14 @@ BUILD {
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--with-libxml-dir=`finddir B_COMMON_DIRECTORY`
|
||||
--with-libxml-dir=`finddir B_COMMON_DIRECTORY` \
|
||||
--without-iconv
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd php-5.3.5
|
||||
make install
|
||||
make install INSTALL_ROOT=${DESTDIR}
|
||||
}
|
||||
|
||||
COPYRIGHT="2001-2011 PHP Group"
|
||||
|
||||
Reference in New Issue
Block a user