Browse Source

Merge pull request #14187 from BKPepe/disable-selinux-for-augeas

augeas: disable selinux
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
90b289f697
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      utils/augeas/Makefile

+ 4
- 1
utils/augeas/Makefile View File

@ -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


Loading…
Cancel
Save