mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 13:40:22 +00:00
enhance(main/nodejs): build with expat
This adds the requested `git-http-push` binaries as in #19290 Closes #19290
This commit is contained in:
@@ -3,10 +3,11 @@ TERMUX_PKG_DESCRIPTION="Fast, scalable, distributed revision control system"
|
||||
TERMUX_PKG_LICENSE="GPL-2.0"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION="2.43.2"
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/pub/software/scm/git/git-${TERMUX_PKG_VERSION}.tar.xz
|
||||
TERMUX_PKG_SHA256=f612c1abc63557d50ad3849863fc9109670139fc9901e574460ec76e0511adb9
|
||||
TERMUX_PKG_AUTO_UPDATE=true
|
||||
TERMUX_PKG_DEPENDS="libcurl, libiconv, less, openssl, pcre2, zlib"
|
||||
TERMUX_PKG_DEPENDS="libcurl, libexpat, libiconv, less, openssl, pcre2, zlib"
|
||||
TERMUX_PKG_RECOMMENDS="openssh"
|
||||
TERMUX_PKG_SUGGESTS="perl"
|
||||
|
||||
@@ -17,6 +18,7 @@ ac_cv_header_libintl_h=no
|
||||
ac_cv_iconv_omits_bom=no
|
||||
ac_cv_snprintf_returns_bogus=no
|
||||
--with-curl
|
||||
--with-expat
|
||||
--with-shell=$TERMUX_PREFIX/bin/sh
|
||||
--with-tcltk=$TERMUX_PREFIX/bin/wish
|
||||
"
|
||||
@@ -25,7 +27,6 @@ ac_cv_snprintf_returns_bogus=no
|
||||
TERMUX_PKG_EXTRA_MAKE_ARGS="
|
||||
NO_NSEC=1
|
||||
NO_GETTEXT=1
|
||||
NO_EXPAT=1
|
||||
NO_INSTALL_HARDLINKS=1
|
||||
PERL_PATH=$TERMUX_PREFIX/bin/perl
|
||||
USE_LIBPCRE2=1
|
||||
|
||||
Reference in New Issue
Block a user