diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-01-13 01:18:28 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-01-13 01:18:28 -0600 |
commit | 2b14708d36bd651a1819d9005e4d53f551862b89 (patch) | |
tree | f7b0d201d327c81ee12d8b0edfc11a927653c1e4 /testing/libfetch/APKBUILD | |
parent | ef9a2272a50f755ca87e6333261f3f99e7eb1425 (diff) | |
download | aports-2b14708d36bd651a1819d9005e4d53f551862b89.tar.bz2 aports-2b14708d36bd651a1819d9005e4d53f551862b89.tar.xz |
testing/libfetch: -fPIC buildfix
Diffstat (limited to 'testing/libfetch/APKBUILD')
-rw-r--r-- | testing/libfetch/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libfetch/APKBUILD b/testing/libfetch/APKBUILD index 3853dd9539..c03cc50c97 100644 --- a/testing/libfetch/APKBUILD +++ b/testing/libfetch/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libfetch pkgver=2.30 -pkgrel=0 +pkgrel=1 pkgdesc="URL based download library" url="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/net/libfetch/" arch="x86 x86_64" @@ -26,5 +26,5 @@ package() { cd "$_builddir" make DESTDIR=$pkgdir install } -md5sums="d811891db445b30515ac17c5bc0ab2ce Makefile +md5sums="cf18907a75c67f543b1173d7f87830af Makefile ffa85bc269144d5e86ca6f81c5dc5ca5 libfetch-2.30.tar.gz" |