mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
lftp: fix expat under GCC14
For some weird reason, it tries to use OS directories. Override. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=lftp
|
PKG_NAME:=lftp
|
||||||
PKG_VERSION:=4.9.2
|
PKG_VERSION:=4.9.2
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://lftp.tech/ftp/ \
|
PKG_SOURCE_URL:=https://lftp.tech/ftp/ \
|
||||||
@@ -50,6 +50,7 @@ CONFIGURE_ARGS += \
|
|||||||
--without-gnutls \
|
--without-gnutls \
|
||||||
--without-libidn2 \
|
--without-libidn2 \
|
||||||
--without-libresolv \
|
--without-libresolv \
|
||||||
|
--with-expat="$(STAGING_DIR)/usr" \
|
||||||
--with-openssl="$(STAGING_DIR)/usr" \
|
--with-openssl="$(STAGING_DIR)/usr" \
|
||||||
--with-readline="$(STAGING_DIR)/usr" \
|
--with-readline="$(STAGING_DIR)/usr" \
|
||||||
--with-zlib="$(STAGING_DIR)/usr" \
|
--with-zlib="$(STAGING_DIR)/usr" \
|
||||||
|
|||||||
Reference in New Issue
Block a user