summaryrefslogtreecommitdiff
path: root/package/expat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/expat/Makefile')
-rw-r--r--package/expat/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/expat/Makefile b/package/expat/Makefile
index 2ab8949ef..986a97218 100644
--- a/package/expat/Makefile
+++ b/package/expat/Makefile
@@ -4,14 +4,14 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= expat
-PKG_VERSION:= 2.4.6
+PKG_VERSION:= 2.6.2
PKG_RELEASE:= 1
-PKG_HASH:= de55794b7a9bc214852fdc075beaaecd854efe1361597e6268ee87946951289b
+PKG_HASH:= ee14b4c5d8908b1bec37ad937607eab183d4d9806a08adee472c3c3121d27364
PKG_DESCR:= xml parsing library
PKG_SECTION:= libs/data
PKG_NEEDS:= c++
PKG_URL:= http://expat.sourceforge.net
-PKG_SITES:= https://github.com/libexpat/libexpat/releases/download/R_2_4_6/
+PKG_SITES:= https://github.com/libexpat/libexpat/releases/download/R_2_6_2/
PKG_LIBNAME:= libexpat
PKG_OPTS:= dev
@@ -26,6 +26,8 @@ TARGET_CFLAGS:= $(filter-out -static,$(TARGET_CFLAGS))
TARGET_LDFLAGS:=$(filter-out -static,$(TARGET_LDFLAGS))
endif
+CONFIGURE_ARGS+= --without-docbook
+
libexpat-install:
${INSTALL_DIR} ${IDIR_LIBEXPAT}/usr/lib
${CP} ${WRKINST}/usr/lib/libexpat.so* ${IDIR_LIBEXPAT}/usr/lib/