sed: don't use selinux
authorRosen Penev <redacted>
Tue, 18 Aug 2020 06:29:58 +0000 (23:29 -0700)
committerRosen Penev <redacted>
Tue, 18 Aug 2020 07:26:05 +0000 (00:26 -0700)
Fixes compilation.

Signed-off-by: Rosen Penev <redacted>
utils/sed/Makefile

index 50b35de3c690d79932a113433e798ff3826ad42f..d7e1461ee7a0f5ffe39aa9e85e4f9e63eeb2b141 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=sed
 PKG_VERSION:=4.8
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNU/sed
@@ -42,11 +42,13 @@ extracting part of a file using pattern matching or substituting multiple
 occurrences of a string within a file.
 endef
 
+CONFIGURE_ARGS += \
+       --disable-acl \
+       --without-selinux
+
 define Package/sed/install
        $(INSTALL_DIR) $(1)/usr/libexec
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/sed $(1)/usr/libexec/sed-gnu
 endef
 
-CONFIGURE_ARGS+= --disable-acl
-
 $(eval $(call BuildPackage,sed))
git clone https://git.99rst.org/PROJECT