diff options
Diffstat (limited to 'community/php7/APKBUILD')
-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 cb7af429d7..1f952ddc76 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -24,7 +24,7 @@ makedepends="autoconf bison re2c apache2-dev libxml2-dev libxslt-dev libzip-dev libical-dev libressl-dev openldap-dev net-snmp-dev db-dev krb5-dev gdbm-dev sqlite-dev freetds-dev mariadb-dev postgresql-dev unixodbc-dev freetype-dev tidyhtml-dev libxpm-dev libpng-dev libwebp-dev libjpeg-turbo-dev libmcrypt-dev gsoap-dev recode-dev - libedit-dev paxmark gettext-dev + libedit-dev gettext-dev " source="http://php.net/distributions/$_pkgreal-$pkgver.tar.bz2 $pkgname-fpm.initd @@ -188,7 +188,6 @@ package() { -e "s~PHP=php~PHP=php$_suffix~" \ "$pkgdir"/usr/bin/$file || return 1 done - paxmark -m "$pkgdir"/usr/bin/php$_suffix find "$pkgdir" -name '.*' | xargs rm -rf || return 1 rmdir "$pkgdir"/var/run |