aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/expat
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2020-07-21 14:07:36 +1000
committerfuzzard <fuzzard@kodi.tv>2020-07-28 19:14:19 +1000
commit3556d21378d8be4601619bc856dd164ab887a085 (patch)
tree816e1eb44afc28529ac09785a858379ce347abe6 /tools/depends/target/expat
parentf04fa5a551dd1d60502c8ccf1ae987d9a7e5fb28 (diff)
[tools/depends] bump expat 2.2.9
Diffstat (limited to 'tools/depends/target/expat')
-rw-r--r--tools/depends/target/expat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/target/expat/Makefile b/tools/depends/target/expat/Makefile
index 5de7a13cda..6681743df8 100644
--- a/tools/depends/target/expat/Makefile
+++ b/tools/depends/target/expat/Makefile
@@ -3,12 +3,12 @@ DEPS= ../../Makefile.include Makefile
# lib name, version
LIBNAME=expat
-VERSION=2.2.7
+VERSION=2.2.9
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.bz2
# configuration settings
-CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) ./conftools; ./configure --prefix=$(PREFIX) --disable-shared
+CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) ./conftools; ./configure --prefix=$(PREFIX) --disable-shared --without-examples --without-tests --without-docbook
LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a