diff options
author | V.Krishn <vkrishn4@gmail.com> | 2015-08-10 12:08:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-08-10 14:16:02 +0200 |
commit | 485fa762cd2524af2f2179cae1f7784fa5921b5d (patch) | |
tree | 91f97271c42cfa8b7e02a82a62ed2445db5ec2a3 /testing/fossil | |
parent | 580fce609bf0ec8f9673f95238dd2a62bc9e380d (diff) | |
download | aports-485fa762cd2524af2f2179cae1f7784fa5921b5d.tar.bz2 aports-485fa762cd2524af2f2179cae1f7784fa5921b5d.tar.xz |
testing/fossil: enable json
Diffstat (limited to 'testing/fossil')
-rw-r--r-- | testing/fossil/APKBUILD | 3 |
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 } |