From 86d0ba6029b369d685013f4888697343d2167d4e Mon Sep 17 00:00:00 2001
From: Rosen Penev <rosenp@gmail.com>
Date: Tue, 12 Jun 2018 14:52:58 -0700
Subject: [PATCH] file: Disable libseccomp by default

Fixes the buildbot. libseccomp is not that useful for file.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 libs/file/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libs/file/Makefile b/libs/file/Makefile
index f886d3184..d7f1f2582 100644
--- a/libs/file/Makefile
+++ b/libs/file/Makefile
@@ -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