fossil: update to 2.18.
Also, add --with-sqlite to configure_args in order to use the system-provided sqlite.
This commit is contained in:
parent
22260bc938
commit
4ce4be93ef
@ -8,6 +8,6 @@ index 9818cbd..1c248b8 100644
|
|||||||
|
|
||||||
-XBCC = $(BCC) $(BCCFLAGS)
|
-XBCC = $(BCC) $(BCCFLAGS)
|
||||||
+XBCC = $(BCC) -Os
|
+XBCC = $(BCC) -Os
|
||||||
XTCC = $(TCC) -I. -I$(SRCDIR) -I$(OBJDIR) $(TCCFLAGS)
|
XTCC = $(TCC) $(CFLAGS_INCLUDE) -I$(OBJDIR) $(TCCFLAGS)
|
||||||
|
|
||||||
TESTFLAGS := -quiet
|
TESTFLAGS := -quiet
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# Template file for 'fossil'
|
# Template file for 'fossil'
|
||||||
pkgname=fossil
|
pkgname=fossil
|
||||||
version=2.17
|
version=2.18
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--disable-internal-sqlite --prefix=/usr"
|
configure_args="--disable-internal-sqlite --prefix=/usr --with-sqlite=${XBPS_CROSS_BASE}/usr/include"
|
||||||
hostmakedepends="tcl"
|
hostmakedepends="tcl"
|
||||||
makedepends="zlib-devel openssl-devel readline-devel sqlite-devel"
|
makedepends="zlib-devel openssl-devel readline-devel sqlite-devel"
|
||||||
short_desc="Simple, high-reliability, distributed software configuration management"
|
short_desc="Simple, high-reliability, distributed software configuration management"
|
||||||
@ -12,7 +12,7 @@ license="BSD-2-Clause"
|
|||||||
homepage="https://www.fossil-scm.org"
|
homepage="https://www.fossil-scm.org"
|
||||||
changelog="https://www.fossil-scm.org/home/doc/trunk/www/changes.wiki"
|
changelog="https://www.fossil-scm.org/home/doc/trunk/www/changes.wiki"
|
||||||
distfiles="https://fossil-scm.org/home/tarball/version-${version}/fossil-${version}.tar.gz"
|
distfiles="https://fossil-scm.org/home/tarball/version-${version}/fossil-${version}.tar.gz"
|
||||||
checksum=21d6ee5187775113f74e55ab5ebcb1764f7226a8e59be1b2c7896cbe9dce6914
|
checksum=e89cb9c726348bb14e7736e031d2b08574408c5d4db98e7d3fc814dadc6f3546
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
vsed -i 's/test_system_sqlite$/# &/' auto.def # failing on cross
|
vsed -i 's/test_system_sqlite$/# &/' auto.def # failing on cross
|
||||||
|
Loading…
x
Reference in New Issue
Block a user