diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-29 11:36:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-29 11:36:06 +0000 |
commit | 4b1dbe3e715a8fa597becd12fce69a1a0f2caef2 (patch) | |
tree | 4f2d0f004aa3d9cf7a1aa16a221a731e8ed3043d /main/hiredis/APKBUILD | |
parent | e163c433a1546acd2bfc1f9f732b1f187115b025 (diff) | |
download | aports-4b1dbe3e715a8fa597becd12fce69a1a0f2caef2.tar.bz2 aports-4b1dbe3e715a8fa597becd12fce69a1a0f2caef2.tar.xz |
main/hiredis: fix headers to work with pre-c99
https://github.com/redis/hiredis/issues/321
Diffstat (limited to 'main/hiredis/APKBUILD')
-rw-r--r-- | main/hiredis/APKBUILD | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/main/hiredis/APKBUILD b/main/hiredis/APKBUILD index 3338aed8c1..404d38dfbf 100644 --- a/main/hiredis/APKBUILD +++ b/main/hiredis/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Eivind Uggedal <eivind@uggedal.com> pkgname=hiredis pkgver=0.13.0 -pkgrel=0 +pkgrel=1 pkgdesc="Minimalistic C client library for Redis" url="https://github.com/redis/hiredis" arch="all" @@ -11,7 +11,8 @@ depends_dev="" makedepends="$depends_dev" install="" subpackages="$pkgname-dev" -source="$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz + c99.patch" _builddir="$srcdir/$pkgname-$pkgver" prepare() { @@ -36,6 +37,9 @@ package() { make PREFIX="$pkgdir"/usr install } -md5sums="3ae916ada628e4498b4f7de2f492fc6b hiredis-0.13.0.tar.gz" -sha256sums="416d6cded4795d2223d8703dd9687259cb8c68445b3f73652eb15887297b15bb hiredis-0.13.0.tar.gz" -sha512sums="d2e8ff13e45bf78d8115d63f6dd3fc907000270309356412070c3ce2f0cfa6c3d9707c3ce5bd51b2056dedd0c511a6587f309f74c19bcbb879fc53928367914e hiredis-0.13.0.tar.gz" +md5sums="3ae916ada628e4498b4f7de2f492fc6b hiredis-0.13.0.tar.gz +74207403ca439516de02510d574ea713 c99.patch" +sha256sums="416d6cded4795d2223d8703dd9687259cb8c68445b3f73652eb15887297b15bb hiredis-0.13.0.tar.gz +9d5a0f97a5f231ec4490b9e077658e6ad1955d366c590146f4a2a645e834f262 c99.patch" +sha512sums="d2e8ff13e45bf78d8115d63f6dd3fc907000270309356412070c3ce2f0cfa6c3d9707c3ce5bd51b2056dedd0c511a6587f309f74c19bcbb879fc53928367914e hiredis-0.13.0.tar.gz +ca340ba74939dece34e15737ce2abb05b657120134781396d18653321710dc8d8dd0a3eb7b5c662a00584cfe244214399189b997dd7a613738569c6b688c18ae c99.patch" |