tools/sed: update to 4.9
[openwrt/staging/jow.git] / tools / sed / Makefile
index 834519b73757654da48c826deace3f08701da321..5cc15a3397e23ab139a8eb83b5c1d98097914a3c 100644 (file)
@@ -7,11 +7,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=sed
-PKG_VERSION:=4.5
+PKG_VERSION:=4.9
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
-PKG_HASH:=7aad73c8839c2bdadca9476f884d2953cdace9567ecd0d90f9959f229d146b40
+PKG_HASH:=6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181
 export SED:=
 
 HOST_BUILD_PARALLEL:=1
@@ -24,6 +24,9 @@ include $(INCLUDE_DIR)/host-build.mk
 HOST_CONFIGURE_ARGS += \
        --disable-acl \
        --disable-nls \
+       --enable-threads=posix \
+       --disable-i18n \
+       --without-selinux
 
 HOST_CONFIGURE_VARS += \
        ac_cv_search_setfilecon=no \