projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6855683
)
findutils: do not use selinux
13157/head
author
Rosen Penev
<rosenp@gmail.com>
Tue, 18 Aug 2020 05:37:36 +0000
(22:37 -0700)
committer
Rosen Penev
<rosenp@gmail.com>
Tue, 18 Aug 2020 07:23:47 +0000
(
00:23
-0700)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/findutils/Makefile
patch
|
blob
|
history
diff --git
a/utils/findutils/Makefile
b/utils/findutils/Makefile
index af6d5fd92aa0ce9c8827cf6d50907a8df7287fff..25c46ce27997e5bcb0635241fe54c9c5f8d26750 100644
(file)
--- a/
utils/findutils/Makefile
+++ b/
utils/findutils/Makefile
@@
-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