Browse Source

findutils: do not use selinux

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 4 years ago
parent
commit
ac4d6116e5
No known key found for this signature in database GPG Key ID: 36D31CFA845F0E3B
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      utils/findutils/Makefile

+ 4
- 2
utils/findutils/Makefile View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=findutils
PKG_VERSION:=4.7.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
@ -63,7 +63,9 @@ define Package/findutils-locate
TITLE+= - locate and updatedb utility
endef
CONFIGURE_ARGS += --localstatedir=/srv/var
CONFIGURE_ARGS += \
--localstatedir=/srv/var \
--without-selinux
CONFIGURE_VARS += ac_cv_path_SORT=sort
define Package/findutils/install


Loading…
Cancel
Save