~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-redis: Set extension loader priority

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

diff --git a/testing/php7-redis/APKBUILD b/testing/php7-redis/APKBUILD
index bfb9901..634d74b 100644
--- a/testing/php7-redis/APKBUILD
+++ b/testing/php7-redis/APKBUILD
@@ -5,12 +5,12 @@ _pkgreal=redis
_pkgrepo=phpredis
_pkgbranch=php7
pkgver=2.2.8
pkgrel=0
pkgrel=1
pkgdesc="PHP extension for interfacing with Redis (Dev PHP7)"
url="https://github.com/$_pkgrepo/$_pkgrepo/tree/$_pkgbranch"
arch="x86_64 armhf"
license="PHP"
depends=
depends="php7-session"
pecldepends="php7-dev autoconf"
makedepends="$pecldepends"
install=""
@@ -30,7 +30,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="6c47b6722d2970267e0f6b4f85cff675  phpredis-2.2.8.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)