libffi: update to 3.4.4

- Use proper tarball URL
- Use HTTPS for package URL
- Don't set default configure option

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
This commit is contained in:
krant 2024-02-07 12:59:52 +02:00 committed by Rosen Penev
parent 8e1c788059
commit f26df428f2
1 changed files with 5 additions and 7 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libffi
PKG_VERSION:=3.4.2
PKG_RELEASE:=2
PKG_VERSION:=3.4.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/libffi/libffi/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=0acbca9fd9c0eeed7e5d9460ae2ea945d3f1f3d48e13a4c54da12c7e0d23c313
PKG_SOURCE_URL:=https://github.com/libffi/libffi/releases/download/v$(PKG_VERSION)
PKG_HASH:=d66c56ad259a82cf2a9dfc408b32bf5da52371500b84745f7fb8b645712df676
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
@ -31,7 +31,7 @@ define Package/libffi
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Foreign Function Interface (FFI) library
URL:=http://sourceware.org/libffi/
URL:=https://sourceware.org/libffi/
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
endef
@ -50,7 +50,6 @@ endef
HOST_CONFIGURE_ARGS += \
--disable-shared \
--disable-debug \
--disable-docs \
--disable-multi-os-directory \
--disable-raw-api \
@ -58,7 +57,6 @@ HOST_CONFIGURE_ARGS += \
--with-pic
CONFIGURE_ARGS += \
--disable-debug \
--disable-docs \
--disable-multi-os-directory \
--disable-raw-api \