From aa10f179dba366c55dd7f09098652e166721fb9b Mon Sep 17 00:00:00 2001 From: krant Date: Sat, 10 Feb 2024 09:47:11 +0200 Subject: [PATCH] file: update to 5.45 - Remove default and non-existent configure options Signed-off-by: krant --- libs/file/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libs/file/Makefile b/libs/file/Makefile index eaf8e501d7..32da7fe76e 100644 --- a/libs/file/Makefile +++ b/libs/file/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=file -PKG_VERSION:=5.44 +PKG_VERSION:=5.45 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.openpkg.org/components/cache/file/ \ ftp://ftp.astron.com/pub/file/ -PKG_HASH:=3751c7fba8dbc831cb8d7cc8aff21035459b8ce5155ef8b0880a27d028475f3b +PKG_HASH:=fc97f51029bb0e2c9f4e3bffefdaf678f0e039ee872b9de5c002a6d09c784d82 PKG_MAINTAINER:=Marko Ratkaj PKG_LICENSE:=BSD-2-Clause @@ -50,14 +50,12 @@ TARGET_CFLAGS += $(FPIC) TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed CONFIGURE_ARGS += \ - --enable-shared \ --enable-static \ --enable-bzlib \ --enable-xzlib \ --enable-zlib \ --disable-libseccomp \ --disable-lzlib \ - --disable-rpath \ --disable-warnings \ --disable-zstdlib \ --without-pic