aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-11-16 11:10:01 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-11-16 11:10:02 +0000
commit215c3fc9ba428054c74b1d8da56eb700d3888a70 (patch)
tree7f9852e13473c9b6b6cfa015fbb660576dffce15
parent4c35fcd940ba935930508237bd939e0e8ed4bf85 (diff)
downloadaports-215c3fc9ba428054c74b1d8da56eb700d3888a70.tar.bz2
aports-215c3fc9ba428054c74b1d8da56eb700d3888a70.tar.xz
main/the_silver_searcher: rebuild with fopencookie support
fopencookie is now defined in musl. See commit: bf0205104ba520e7d2fea17704a1cc131551c3d3
-rw-r--r--main/the_silver_searcher/APKBUILD3
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 \