Browse Source

Merge pull request #6283 from neheb/patch-4

file: Disable libseccomp by default
lilik-openwrt-22.03
Marko Ratkaj 6 years ago
committed by GitHub
parent
commit
4c459cf7b7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libs/file/Makefile

+ 2
- 1
libs/file/Makefile View 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


Loading…
Cancel
Save