file: update to 5.45
authorkrant <aleksey.vasilenko@gmail.com>
Sat, 10 Feb 2024 07:47:11 +0000 (09:47 +0200)
committerRosen Penev <rosenp@gmail.com>
Sat, 10 Feb 2024 22:55:12 +0000 (14:55 -0800)
- Remove default and non-existent configure options

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
libs/file/Makefile

index eaf8e501d7a35ab7e3cd8730bd3bfe3cd702497e..32da7fe76e6430869be631bebdc08ffeaa920df3 100644 (file)
@@ -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 <markoratkaj@gmail.com>
 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