aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/php7-pecl-protobuf/APKBUILD (renamed from testing/php7-pecl-protobuf/APKBUILD)2
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/php7-pecl-protobuf/APKBUILD b/community/php7-pecl-protobuf/APKBUILD
index f07dd8f3c6..18603212bd 100644
--- a/testing/php7-pecl-protobuf/APKBUILD
+++ b/community/php7-pecl-protobuf/APKBUILD
@@ -16,7 +16,6 @@ provides="php7-protobuf=$pkgver-r$pkgrel" # for backward compatibility
replaces="php7-protobuf" # for backward compatibility
build() {
- cd "$builddir"
phpize7
./configure --prefix=/usr --with-php-config=php-config7
make
@@ -28,7 +27,6 @@ check() {
}
package() {
- cd "$builddir"
make INSTALL_ROOT="$pkgdir" install
install -d "$pkgdir"/etc/php7/conf.d
echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini