Fixes:
Package augeas is missing dependencies for the following libraries:
libselinux.so.1
Signed-off-by: Josef Schlehofer <redacted>
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/
Set of Augeas lenses.
endef
+CONFIGURE_ARGS+= \
+ --without-selinux
+
define Package/augeas-lenses-tests
SECTION:=utils
CATEGORY:=Utilities