aboutsummaryrefslogtreecommitdiffstats
path: root/testing/fts/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/fts/APKBUILD')
-rw-r--r--testing/fts/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/fts/APKBUILD b/testing/fts/APKBUILD
index c11f7c78c5..a8acdd7b03 100644
--- a/testing/fts/APKBUILD
+++ b/testing/fts/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=fts
pkgver=0
-pkgrel=0
+pkgrel=1
pkgdesc="keith bostic's POSIX file tree stream operations library"
url="http://bostic.com/"
arch="all"
@@ -13,7 +13,8 @@ makedepends="$depends_dev wget"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="saveas-https://sites.google.com/a/bostic.com/keithbostic/files/fts.tar.gz?attredirects=0/fts.tar.gz
- fts-uclibc.patch"
+ fts-uclibc.patch
+ fts-header-correctness.patch"
_builddir="${srcdir}/${pkgname}"
prepare() {