diff options
author | Fabio da Silva Ribeiro <silva.ribeiro@dafiti.com.br> | 2016-04-06 19:28:24 -0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-04-19 10:29:33 +0000 |
commit | 397bd7cabdd3d5a57c29e9e78d1cb1fd5cfc3731 (patch) | |
tree | c966ac013dfd04cdf9ddf30d6a64ec98ebeb99f9 /testing/php7-amqp | |
parent | 325383851729bc6bc0765c7da142f87140ce507e (diff) | |
download | aports-397bd7cabdd3d5a57c29e9e78d1cb1fd5cfc3731.tar.bz2 aports-397bd7cabdd3d5a57c29e9e78d1cb1fd5cfc3731.tar.xz |
testing/php7-ampq: Set extension loader priority
Diffstat (limited to 'testing/php7-amqp')
-rw-r--r-- | testing/php7-amqp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php7-amqp/APKBUILD b/testing/php7-amqp/APKBUILD index 4ceed3d0ad..a38143f82d 100644 --- a/testing/php7-amqp/APKBUILD +++ b/testing/php7-amqp/APKBUILD @@ -4,7 +4,7 @@ pkgname=php7-amqp _pkgreal=amqp pkgver=1.7.0 _pkgver=${pkgver}alpha2 -pkgrel=0 +pkgrel=1 pkgdesc="Communicate with any AMQP compliant server" url="http://pecl.php.net/package/$_pkgreal" arch="all" @@ -29,7 +29,7 @@ package() { cd "$builddir" make INSTALL_ROOT="$pkgdir"/ install || return 1 install -d "$pkgdir"/etc/php7/conf.d || return 1 - echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini + echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/40_$_pkgreal.ini } md5sums="bdd4a68f3a1f21091cc7e67c13cb1a64 amqp-1.7.0alpha2.tgz" |