diff options
Diffstat (limited to 'package/libs/libroxml/Makefile')
-rw-r--r-- | package/libs/libroxml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libs/libroxml/Makefile b/package/libs/libroxml/Makefile index 60d61716de..d4d3e0e02e 100644 --- a/package/libs/libroxml/Makefile +++ b/package/libs/libroxml/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libroxml PKG_VERSION:=2.3.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.libroxml.net/pool/v2.x @@ -27,6 +27,7 @@ define Package/libroxml CATEGORY:=Libraries TITLE:=Minimum, easy-to-use, C implementation for xml file parsing URL:=http://www.libroxml.net/ + ABI_VERSION:=0 endef CONFIGURE_ARGS += \ |