X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fsed%2FMakefile;h=332ec090b5704531f2b9f5c7feba8c0aa88485c7;hb=363c3e68acec79f25deae49d2a8ecc45ec752d78;hp=6b3122d1615beb5bb518ccaec74ef0f2e7f7309a;hpb=7eb15898755be46e94078faffdacd8c9b0ce66cd;p=lede-git%2F.git diff --git a/tools/sed/Makefile b/tools/sed/Makefile index 6b3122d161..332ec090b5 100644 --- a/tools/sed/Makefile +++ b/tools/sed/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,18 +7,29 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sed -PKG_VERSION:=4.1.2 +PKG_VERSION:=4.2.2 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=ftp://ftp.gnu.org/gnu/$(PKG_NAME) -PKG_MD5SUM:=928f0e06422f414091917401f1a834d0 -PKG_CAT:=zcat +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE_URL:=@GNU/$(PKG_NAME) +PKG_HASH:=f048d1838da284c8bc9753e4506b85a1e0cc1ea8999d36f6995bcb9460cddbd7 +PKG_CAT:=bzcat export SED:= +HOST_BUILD_PARALLEL:=1 + include $(INCLUDE_DIR)/host-build.mk +HOST_CONFIGURE_ARGS += \ + --disable-acl \ + --disable-nls \ + +HOST_CONFIGURE_VARS += \ + ac_cv_search_setfilecon=no \ + ac_cv_header_selinux_context_h=no \ + ac_cv_header_selinux_selinux_h=no \ + define Host/Compile - $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" + +$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" endef define Host/Install