diff options
-rw-r--r-- | main/php/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/php/APKBUILD b/main/php/APKBUILD index 65e57dc9d8..d9a5e1b49d 100644 --- a/main/php/APKBUILD +++ b/main/php/APKBUILD @@ -3,7 +3,7 @@ pkgname=php pkgver=5.3.21 _suhosinver=5.3.9-0.9.10 -pkgrel=1 +pkgrel=2 pkgdesc="The PHP language runtime engine" url="http://www.php.net/" arch="all" @@ -209,6 +209,7 @@ build() { --enable-cgi \ --enable-cli \ --with-pear \ + --with-readline \ ${_phpextensions} \ || return 1 |