bat: remove uncessary LIBGIT2_SYS_USE_PKG_CONFIG (#6229)
This commit is contained in:
parent
e9eafb7b4e
commit
2e0d58da47
@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="A cat(1) clone with wings"
|
||||
TERMUX_PKG_LICENSE="Apache-2.0"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION=0.17.1
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_SRCURL=https://github.com/sharkdp/bat/archive/v$TERMUX_PKG_VERSION.tar.gz
|
||||
TERMUX_PKG_SHA256=16d39414e8a3b80d890cfdbca6c0e6ff280058397f4a3066c37e0998985d87c4
|
||||
# bat calls less with '--RAW-CONTROL-CHARS' which busybox less does not support:
|
||||
@ -14,7 +15,6 @@ termux_step_pre_configure() {
|
||||
# See https://github.com/nagisa/rust_libloading/issues/54
|
||||
export CC_x86_64_unknown_linux_gnu=gcc
|
||||
export CFLAGS_x86_64_unknown_linux_gnu=""
|
||||
export LIBGIT2_SYS_USE_PKG_CONFIG=1
|
||||
}
|
||||
|
||||
termux_step_post_make_install() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user