OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 7... Line 7...
7   7  
Line 8... Line 8...
8 include $(TOPDIR)/rules.mk 8 include $(TOPDIR)/rules.mk
9   9  
10 PKG_NAME:=libroxml 10 PKG_NAME:=libroxml
Line 11... Line 11...
11 PKG_VERSION:=2.3.0 11 PKG_VERSION:=2.3.0
12 PKG_RELEASE:=3 12 PKG_RELEASE:=2
13   13  
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz 14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
Line 25... Line 25...
25 define Package/libroxml 25 define Package/libroxml
26 SECTION:=libs 26 SECTION:=libs
27 CATEGORY:=Libraries 27 CATEGORY:=Libraries
28 TITLE:=Minimum, easy-to-use, C implementation for xml file parsing 28 TITLE:=Minimum, easy-to-use, C implementation for xml file parsing
29 URL:=http://www.libroxml.net/ 29 URL:=http://www.libroxml.net/
30 ABI_VERSION:=0 -  
31 endef 30 endef
Line 32... Line 31...
32   31  
33 CONFIGURE_ARGS += \ 32 CONFIGURE_ARGS += \
34 --enable-shared \ 33 --enable-shared \