mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
fix crossbuilding heimdal by adding dependency to host-ncurses
This commit is contained in:
@@ -9,7 +9,7 @@ PKG_LICENSE="BSD-3c"
|
||||
PKG_SITE="http://www.h5l.org/"
|
||||
PKG_URL="https://github.com/heimdal/heimdal/archive/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_SOURCE_DIR="$PKG_NAME-$PKG_NAME-$PKG_VERSION"
|
||||
PKG_DEPENDS_HOST="toolchain e2fsprogs:host Python2:host"
|
||||
PKG_DEPENDS_HOST="toolchain e2fsprogs:host Python2:host ncurses:host"
|
||||
PKG_SECTION="devel"
|
||||
PKG_SHORTDESC="heimdal: Kerberos 5, PKIX, CMS, GSS-API, SPNEGO, NTLM, Digest-MD5 and, SASL implementation."
|
||||
PKG_LONGDESC="Heimdal is an implementation of Kerberos 5 (and some more stuff) largely written in Sweden (which was important when we started writing it, less so now). It is freely available under a three clause BSD style license. "
|
||||
|
||||
Reference in New Issue
Block a user