mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
file: Disable libseccomp by default
Fixes the buildbot. libseccomp is not that useful for file. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
+2
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=file
|
PKG_NAME:=file
|
||||||
PKG_VERSION:=5.33
|
PKG_VERSION:=5.33
|
||||||
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:=https://sources.lede-project.org/ \
|
PKG_SOURCE_URL:=https://sources.lede-project.org/ \
|
||||||
@@ -52,6 +52,7 @@ endef
|
|||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
--disable-libseccomp
|
||||||
|
|
||||||
MAKE_PATH := src
|
MAKE_PATH := src
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user