Browse Source
augeas: disable selinux
Fixes:
Package augeas is missing dependencies for the following libraries:
libselinux.so.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
lilik-openwrt-22.03
Josef Schlehofer
4 years ago
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with
4 additions and
1 deletions
-
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 |
|
|
|