summaryrefslogtreecommitdiffstats
path: root/tools/sed
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2019-02-10 12:35:19 +0000
committerHans Dedecker <dedeckeh@gmail.com>2019-02-10 20:48:25 +0100
commita3df068b3119585d2c46807a1ff0d66956da954b (patch)
tree92130bb3e2567ed6c710a77251be174dcac8452f /tools/sed
parent1d1dabdf0a6e848f211d58c7fb8867f21496b61f (diff)
downloadopenwrt-a3df068b3119585d2c46807a1ff0d66956da954b.tar.gz
openwrt-a3df068b3119585d2c46807a1ff0d66956da954b.tar.bz2
openwrt-a3df068b3119585d2c46807a1ff0d66956da954b.zip
tools/sed: Update to 4.7
Update sed to 4.7 Enable pthreads support Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools/sed')
-rw-r--r--tools/sed/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/sed/Makefile b/tools/sed/Makefile
index 834519b737..ddeb6c457f 100644
--- a/tools/sed/Makefile
+++ b/tools/sed/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sed
-PKG_VERSION:=4.5
+PKG_VERSION:=4.7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
-PKG_HASH:=7aad73c8839c2bdadca9476f884d2953cdace9567ecd0d90f9959f229d146b40
+PKG_HASH:=2885768cd0a29ff8d58a6280a270ff161f6a3deb5690b2be6c49f46d4c67bd6a
export SED:=
HOST_BUILD_PARALLEL:=1
@@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/host-build.mk
HOST_CONFIGURE_ARGS += \
--disable-acl \
--disable-nls \
+ --enable-threads=pth
HOST_CONFIGURE_VARS += \
ac_cv_search_setfilecon=no \