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:
aca1ee1
)
augeas: disable selinux
14187/head
author
Josef Schlehofer
<pepe.schlehofer@gmail.com>
Wed, 9 Dec 2020 23:10:07 +0000
(
00:10
+0100)
committer
Josef Schlehofer
<pepe.schlehofer@gmail.com>
Fri, 11 Dec 2020 11:18:11 +0000
(12:18 +0100)
Fixes:
Package augeas is missing dependencies for the following libraries:
libselinux.so.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
utils/augeas/Makefile
patch
|
blob
|
history
diff --git
a/utils/augeas/Makefile
b/utils/augeas/Makefile
index 80871ac615e29de10219efefb6a74c90a319d215..71e9550748c10261a24bf4d00c250b183d8eaf78 100644
(file)
--- a/
utils/augeas/Makefile
+++ b/
utils/augeas/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=augeas
PKG_VERSION:=1.12.0
-PKG_RELEASE=
1
+PKG_RELEASE=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://download.augeas.net/
@@
-50,6
+50,9
@@
define Package/augeas-lense/description
Set of Augeas lenses.
endef
+CONFIGURE_ARGS+= \
+ --without-selinux
+
define Package/augeas-lenses-tests
SECTION:=utils
CATEGORY:=Utilities