OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 5... Line 5...
5 # See /LICENSE for more information. 5 # See /LICENSE for more information.
6 # 6 #
7 include $(TOPDIR)/rules.mk 7 include $(TOPDIR)/rules.mk
Line 8... Line 8...
8   8  
9 PKG_NAME:=sed 9 PKG_NAME:=sed
Line 10... Line 10...
10 PKG_VERSION:=4.7 10 PKG_VERSION:=4.5
11   11  
12 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz 12 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
13 PKG_SOURCE_URL:=@GNU/$(PKG_NAME) 13 PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
Line 14... Line 14...
14 PKG_HASH:=2885768cd0a29ff8d58a6280a270ff161f6a3deb5690b2be6c49f46d4c67bd6a 14 PKG_HASH:=7aad73c8839c2bdadca9476f884d2953cdace9567ecd0d90f9959f229d146b40
Line 15... Line 15...
15 export SED:= 15 export SED:=
Line 22... Line 22...
22 include $(INCLUDE_DIR)/host-build.mk 22 include $(INCLUDE_DIR)/host-build.mk
Line 23... Line 23...
23   23  
24 HOST_CONFIGURE_ARGS += \ 24 HOST_CONFIGURE_ARGS += \
25 --disable-acl \ 25 --disable-acl \
26 --disable-nls \ -  
Line 27... Line 26...
27 --enable-threads=pth 26 --disable-nls \
28   27  
29 HOST_CONFIGURE_VARS += \ 28 HOST_CONFIGURE_VARS += \
30 ac_cv_search_setfilecon=no \ 29 ac_cv_search_setfilecon=no \