diff options
Diffstat (limited to 'main/the_silver_searcher')
-rw-r--r-- | main/the_silver_searcher/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/the_silver_searcher/APKBUILD b/main/the_silver_searcher/APKBUILD index a69e6e039c..64f39a7245 100644 --- a/main/the_silver_searcher/APKBUILD +++ b/main/the_silver_searcher/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=the_silver_searcher pkgver=2.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="A code searching tool similar to ack, with a focus on speed." url="https://geoff.greer.fm/ag/" arch="all" @@ -17,7 +17,6 @@ source="https://geoff.greer.fm/ag/releases/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" build () { cd "$builddir" - ac_cv_func_fopencookie=no \ ./configure \ --build=$CBUILD \ --host=$CHOST \ |