diff options
-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 } |