summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cd3f8ddfa2f..f88d9e98cab5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = php53
pkgdesc = A general-purpose scripting language that is especially suited to web development
pkgver = 5.3.29
- pkgrel = 9
+ pkgrel = 8
url = http://php.net
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d7d447188474..ed7f495d97c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ pkgname=("${pkgbase}"
"${pkgbase}-xsl")
pkgver=5.3.29
_suhosinver=5.3.9-0.9.10
-pkgrel=9
+pkgrel=8
pkgdesc="A general-purpose scripting language that is especially suited to web development"
arch=('i686' 'x86_64')
license=('PHP')
@@ -120,18 +120,21 @@ prepare() {
build() {
local _phpconfig="--srcdir=../${_pkgbase}-${pkgver} \
- --config-cache \
--prefix=/usr \
--sysconfdir=/etc/${pkgbase} \
--localstatedir=/var \
--libdir=/usr/lib/${pkgbase} \
- --datarootdir=/usr/share/${pkgbase} \
--datadir=/usr/share/${pkgbase} \
--program-suffix=${pkgbase#php} \
--with-layout=GNU \
--with-config-file-path=/etc/${pkgbase} \
--with-config-file-scan-dir=/etc/${pkgbase}/conf.d \
+ --enable-inline-optimization \
+ --disable-debug \
--disable-rpath \
+ --disable-static \
+ --enable-shared \
+ --mandir=/usr/share/man \
--without-pear \
"
@@ -168,8 +171,8 @@ build() {
--with-gmp=shared \
--with-iconv=shared \
--with-icu-dir=/usr \
- --with-imap-ssl \
- --with-imap=shared \
+ --with-imap-ssl=shared,/usr \
+ --with-imap=shared,/usr \
--with-kerberos=/usr \
--with-jpeg-dir=shared,/usr \
--with-ldap=shared \