libgnustep-base: Fix build for x86_64 (#8876)

This commit is contained in:
xtkoba 2022-02-02 15:19:55 +09:00 committed by GitHub
parent 2e3100bca7
commit b8e1fa114b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="A library of general-purpose, non-graphical Objective C
TERMUX_PKG_LICENSE="GPL-2.0, LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.28.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=http://ftp.gnustep.org/pub/gnustep/core/gnustep-base-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=c7d7c6e64ac5f5d0a4d5c4369170fc24ed503209e91935eb0e2979d1601039ed
TERMUX_PKG_DEPENDS="gnustep-make, libc++, libffi, libgmp, libgnutls, libiconv, libicu, libxml2, libxslt, zlib"

View File

@ -0,0 +1,10 @@
--- a/configure
+++ b/configure
@@ -14994,6 +14994,7 @@
test $ac_write_fail = 0 ||
as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
+unset LD_LIBRARY_PATH
# configure is writing to config.log, and then calls config.status.
# config.status does its own redirection, appending to config.log.