mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
lftp: disable correct libidn version
Fix buildbot breakage by disabling libidn2 that has been recently added to the packages. lftp has apparently switched from libidn to libidn2 some time ago, so the old configure directive was actually wrong, as can be seen from build log. > configure: WARNING: unrecognized options: --without-libidn > ... > Package lftp is missing dependencies for the following libraries: > libidn2.so.0 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=lftp
|
PKG_NAME:=lftp
|
||||||
PKG_VERSION:=4.8.2
|
PKG_VERSION:=4.8.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:=http://lftp.tech/ftp/ \
|
PKG_SOURCE_URL:=http://lftp.tech/ftp/ \
|
||||||
https://mirror.csclub.uwaterloo.ca/gentoo-distfiles/distfiles/
|
https://mirror.csclub.uwaterloo.ca/gentoo-distfiles/distfiles/
|
||||||
@@ -46,7 +46,7 @@ CONFIGURE_ARGS += \
|
|||||||
--without-libiconv-prefix \
|
--without-libiconv-prefix \
|
||||||
--without-libintl-prefix \
|
--without-libintl-prefix \
|
||||||
--without-gnutls \
|
--without-gnutls \
|
||||||
--without-libidn \
|
--without-libidn2 \
|
||||||
--without-libresolv \
|
--without-libresolv \
|
||||||
--with-openssl="$(STAGING_DIR)/usr" \
|
--with-openssl="$(STAGING_DIR)/usr" \
|
||||||
--with-readline="$(STAGING_DIR)/usr" \
|
--with-readline="$(STAGING_DIR)/usr" \
|
||||||
|
|||||||
Reference in New Issue
Block a user