From ba9e7b0a6d1d3727334cd285494110e626f1004a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 2 Jan 2017 22:56:19 +0100 Subject: [PATCH] lftp: fix cross *-musl --- srcpkgs/lftp/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/lftp/template b/srcpkgs/lftp/template index c1a246e0700..c0f12dfc671 100644 --- a/srcpkgs/lftp/template +++ b/srcpkgs/lftp/template @@ -6,7 +6,8 @@ lib32disabled=yes build_style=gnu-configure configure_args="--with-modules --disable-rpath --without-included-regex --with-openssl --with-libidn i_cv_posix_fallocate_works=yes - --with-zlib=${XBPS_CROSS_BASE}/usr --with-readline=${XBPS_CROSS_BASE}/usr" + --with-zlib=${XBPS_CROSS_BASE}/usr --with-readline=${XBPS_CROSS_BASE}/usr + gl_cv_func_signbit=yes" hostmakedepends="automake libtool pkg-config gettext-devel wget" makedepends="zlib-devel ncurses-devel readline-devel libressl-devel expat-devel libidn-devel"