mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 12:34:35 +04:00
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>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=augeas
|
PKG_NAME:=augeas
|
||||||
PKG_VERSION:=1.12.0
|
PKG_VERSION:=1.12.0
|
||||||
PKG_RELEASE=1
|
PKG_RELEASE=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://download.augeas.net/
|
PKG_SOURCE_URL:=http://download.augeas.net/
|
||||||
@@ -50,6 +50,9 @@ define Package/augeas-lense/description
|
|||||||
Set of Augeas lenses.
|
Set of Augeas lenses.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
CONFIGURE_ARGS+= \
|
||||||
|
--without-selinux
|
||||||
|
|
||||||
define Package/augeas-lenses-tests
|
define Package/augeas-lenses-tests
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
|
|||||||
Reference in New Issue
Block a user