recutils: prevent picking up libandroid-spawn
This commit is contained in:
parent
5dd3e4d717
commit
d7faa3e99f
@ -1,8 +1,10 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/recutils/
|
||||
TERMUX_PKG_DESCRIPTION="GNU Recutils is a set of tools and libraries to access human-editable, plain text databases called recfiles"
|
||||
TERMUX_PKG_DESCRIPTION="Set of tools and libraries to access human-editable, plain text databases called recfiles"
|
||||
TERMUX_PKG_LICENSE="GPL-3.0"
|
||||
TERMUX_PKG_MAINTAINER="Rowan Wookey <admin@rwky.net>"
|
||||
TERMUX_PKG_VERSION=1.8
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_SRCURL=https://ftp.gnu.org/gnu/recutils/recutils-${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=df8eae69593fdba53e264cbf4b2307dfb82120c09b6fab23e2dad51a89a5b193
|
||||
TERMUX_PKG_MAINTAINER="Rowan Wookey <admin@rwky.net>"
|
||||
# Prevent libandroid-spawn from being picked up
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_header_spawn_h=no"
|
||||
|
Loading…
Reference in New Issue
Block a user