aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorV.Krishn <vkrishn4@gmail.com>2015-08-10 12:08:23 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-08-10 14:16:02 +0200
commit485fa762cd2524af2f2179cae1f7784fa5921b5d (patch)
tree91f97271c42cfa8b7e02a82a62ed2445db5ec2a3
parent580fce609bf0ec8f9673f95238dd2a62bc9e380d (diff)
downloadaports-485fa762cd2524af2f2179cae1f7784fa5921b5d.tar.bz2
aports-485fa762cd2524af2f2179cae1f7784fa5921b5d.tar.xz
testing/fossil: enable json
-rw-r--r--testing/fossil/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/fossil/APKBUILD b/testing/fossil/APKBUILD
index c9befb1d58..9231c77711 100644
--- a/testing/fossil/APKBUILD
+++ b/testing/fossil/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=fossil
pkgver=1.33
-pkgrel=0
+pkgrel=1
pkgdesc="Simple, high-reliability, distributed software configuration management"
url="http://www.fossil-scm.org"
arch="all"
@@ -18,6 +18,7 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
+ --json \
|| return 1
make TCC="${CC:-gcc} $CFLAGS" || return 1
}