file: Disable libseccomp by default 6283/head
authorRosen Penev <rosenp@gmail.com>
Tue, 12 Jun 2018 21:52:58 +0000 (14:52 -0700)
committerRosen Penev <rosenp@gmail.com>
Tue, 12 Jun 2018 21:53:58 +0000 (14:53 -0700)
Fixes the buildbot. libseccomp is not that useful for file.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/file/Makefile

index f886d31846403ff12c60b5faba4392614dadd81c..d7f1f2582217f4e4e2da999bf1f8927f0b38d8cf 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=file
 PKG_VERSION:=5.33
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://sources.lede-project.org/ \
@@ -52,6 +52,7 @@ endef
 CONFIGURE_ARGS += \
        --enable-shared \
        --enable-static \
+       --disable-libseccomp
 
 MAKE_PATH := src