mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
file: update to 5.45
- Remove default and non-existent configure options Signed-off-by: krant <aleksey.vasilenko@gmail.com>
This commit is contained in:
@@ -8,13 +8,13 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=file
|
PKG_NAME:=file
|
||||||
PKG_VERSION:=5.44
|
PKG_VERSION:=5.45
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://download.openpkg.org/components/cache/file/ \
|
PKG_SOURCE_URL:=http://download.openpkg.org/components/cache/file/ \
|
||||||
ftp://ftp.astron.com/pub/file/
|
ftp://ftp.astron.com/pub/file/
|
||||||
PKG_HASH:=3751c7fba8dbc831cb8d7cc8aff21035459b8ce5155ef8b0880a27d028475f3b
|
PKG_HASH:=fc97f51029bb0e2c9f4e3bffefdaf678f0e039ee872b9de5c002a6d09c784d82
|
||||||
|
|
||||||
PKG_MAINTAINER:=Marko Ratkaj <markoratkaj@gmail.com>
|
PKG_MAINTAINER:=Marko Ratkaj <markoratkaj@gmail.com>
|
||||||
PKG_LICENSE:=BSD-2-Clause
|
PKG_LICENSE:=BSD-2-Clause
|
||||||
@@ -50,14 +50,12 @@ TARGET_CFLAGS += $(FPIC)
|
|||||||
TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed
|
TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--enable-bzlib \
|
--enable-bzlib \
|
||||||
--enable-xzlib \
|
--enable-xzlib \
|
||||||
--enable-zlib \
|
--enable-zlib \
|
||||||
--disable-libseccomp \
|
--disable-libseccomp \
|
||||||
--disable-lzlib \
|
--disable-lzlib \
|
||||||
--disable-rpath \
|
|
||||||
--disable-warnings \
|
--disable-warnings \
|
||||||
--disable-zstdlib \
|
--disable-zstdlib \
|
||||||
--without-pic
|
--without-pic
|
||||||
|
|||||||
Reference in New Issue
Block a user