X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=tools%2Fsed%2FMakefile;h=71e1bc9e0df1707ac97dc7e17eb4f776e6bec222;hb=c475d8eda70a4a6bb1e7568567b65b327d0f47cc;hp=019df953d60272ff4e5251cc0897b266eb787489;hpb=fe97e75d962871fd9cd0d107aeea09044adda958;p=openwrt.git diff --git a/tools/sed/Makefile b/tools/sed/Makefile index 019df953d6..71e1bc9e0d 100644 --- a/tools/sed/Makefile +++ b/tools/sed/Makefile @@ -15,6 +15,8 @@ PKG_MD5SUM:=7d310fbd76e01a01115075c1fd3f455a PKG_CAT:=bzcat export SED:= +HOST_BUILD_PARALLEL:=1 + include $(INCLUDE_DIR)/host-build.mk HOST_CONFIGURE_ARGS += \ @@ -23,9 +25,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)" LDFLAGS="$(HOST_STATIC_LINKING)" endef define Host/Install