diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/php7/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index 6a165dacd8..c0b1f5cdc3 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -3,7 +3,7 @@ pkgname=php7 _pkgreal=php pkgver=7.0.13 -pkgrel=0 +pkgrel=1 pkgdesc="The PHP language runtime engine - 7th branch" url="http://www.php.net/" arch="all" @@ -150,7 +150,6 @@ build() { _build --enable-phpdbg \ --enable-phpdbg \ --enable-phpdbg-webhelper \ - --enable-phpdbg-debug \ --disable-cgi \ --disable-cli \ --with-readline \ |