2 # Copyright (C) 2006-2014 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR
)/rules.mk
11 PKG_CPE_ID
:=cpe
:/a
:libexpat
:libexpat
14 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
15 PKG_HASH
:=17aa6cfc5c4c219c09287abfc10bc13f0c06f30bb654b28bfe6f567ca646eb79
16 PKG_SOURCE_URL
:=https
://github.com
/libexpat
/libexpat
/releases
/download
/R_
$(subst .
,_
,$(PKG_VERSION
))
18 HOST_BUILD_PARALLEL
:=1
20 include $(INCLUDE_DIR
)/host-build.mk
22 HOSTCC
:= $(HOSTCC_NOCACHE
)
24 HOST_CONFIGURE_ARGS
+= \
31 -$(call Host
/Compile
/Default
,uninstall)
34 $(eval
$(call HostBuild
))