X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=tools%2Fsed%2FMakefile;h=9ff2e66905d50c54a37e814a6097c7cb72973332;hb=71a39b869019c97f48bc85d9a8fabceead217d07;hp=019df953d60272ff4e5251cc0897b266eb787489;hpb=638a3eb4fd814af4e368e339870c124de45692d4;p=openwrt%2Fstaging%2Fdedeckeh.git diff --git a/tools/sed/Makefile b/tools/sed/Makefile index 019df953d6..9ff2e66905 100644 --- a/tools/sed/Makefile +++ b/tools/sed/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 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,14 +7,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sed -PKG_VERSION:=4.2.1 +PKG_VERSION:=4.2.2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_MD5SUM:=7d310fbd76e01a01115075c1fd3f455a +PKG_HASH:=f048d1838da284c8bc9753e4506b85a1e0cc1ea8999d36f6995bcb9460cddbd7 PKG_CAT:=bzcat export SED:= +HOST_BUILD_PARALLEL:=1 + +HOSTCC := $(HOSTCC_NOCACHE) +HOSTCXX := $(HOSTCXX_NOCACHE) + include $(INCLUDE_DIR)/host-build.mk HOST_CONFIGURE_ARGS += \ @@ -23,9 +28,11 @@ HOST_CONFIGURE_ARGS += \ 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)" LDFLAGS="-static" + +$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" endef define Host/Install