~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] testing/php7-memcached: Set extension loader priority

Fabio da Silva Ribeiro <silva.ribeiro@dafiti.com.br>
Details
Message ID
<1459981188-24748-1-git-send-email-silva.ribeiro@dafiti.com.br>
Sender timestamp
1459981188
DKIM signature
missing
Download raw message
Patch: +3 -3
---
 testing/php7-memcached/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing/php7-memcached/APKBUILD b/testing/php7-memcached/APKBUILD
index 642f1cd..1ca6ddd 100644
--- a/testing/php7-memcached/APKBUILD
+++ b/testing/php7-memcached/APKBUILD
@@ -5,12 +5,12 @@ _pkgreal=memcached
_pkgrepo=php-memcached
_pkgbranch=php7
pkgver=3.0.0b1
pkgrel=0
pkgrel=1
pkgdesc="PHP extension for interfacing with memcached via libmemcached library"
url="https://github.com/$_pkgrepo-dev/$_pkgrepo/tree/$_pkgbranch"
arch="all"
license="PHP"
depends=
depends="php7-session"
pecldepends="php7-dev autoconf zlib-dev"
makedepends="$pecldepends libmemcached-dev"
install=""
@@ -33,7 +33,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/20_$_pkgreal.ini
}

md5sums="180153447695701d312316a466658918  php7-memcached-3.0.0b1.tar.gz"
-- 
2.5.0


-- 
***

Esta mensagem, incluindo seus anexos, pode conter informações confidenciais 
e/ou privilegiadas. Se você não for a pessoa autorizada a receber esta 
mensagem, não pode usar, copiar ou divulgar as informações nela contidas ou 
tomar qualquer ação baseada nessas informações. Caso esta mensagem tenha 
sido recebida por engano, por favor avise imediatamente o remetente, 
respondendo o e-mail e em seguida elimine-a do seu sistema. Agradecemos sua 
cooperação.

This message, including any attachments, may contain confidential and/or 
privileged information. If you are not the addressee or authorized to 
receive this for the addressee, you must not use, copy, disclose or take 
any action based on this message or any information herein. If you have 
received this message in error, please advise the sender immediately by 
reply e-mail and delete this message.Thank you for your cooperation


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)