chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6b346a0
)
libgnutls: Note dependency on libunistring
author
Fredrik Fornwall
<fredrik@fornwall.net>
Tue, 17 Jan 2017 21:23:28 +0000
(22:23 +0100)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Tue, 17 Jan 2017 21:23:28 +0000
(22:23 +0100)
packages/libgnutls/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/libgnutls/build.sh
b/packages/libgnutls/build.sh
index 026a16441bcf5b9b669685b5ccc332731a208980..1bc32fc1fdd9b0a1f4f8fcd334f3b05cdca658ea 100644
(file)
--- a/
packages/libgnutls/build.sh
+++ b/
packages/libgnutls/build.sh
@@
-1,6
+1,6
@@
TERMUX_PKG_HOMEPAGE=https://www.gnutls.org/
TERMUX_PKG_DESCRIPTION="Secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them"
TERMUX_PKG_HOMEPAGE=https://www.gnutls.org/
TERMUX_PKG_DESCRIPTION="Secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them"
-TERMUX_PKG_DEPENDS="libgmp, libnettle, ca-certificates, libidn"
+TERMUX_PKG_DEPENDS="libgmp, libnettle, ca-certificates, libidn
, libunistring
"
_TERMUX_PKG_MAJOR_VERSION=3.5
TERMUX_PKG_VERSION=${_TERMUX_PKG_MAJOR_VERSION}.8
TERMUX_PKG_SRCURL=ftp://ftp.gnutls.org/gcrypt/gnutls/v${_TERMUX_PKG_MAJOR_VERSION}/gnutls-${TERMUX_PKG_VERSION}.tar.xz
_TERMUX_PKG_MAJOR_VERSION=3.5
TERMUX_PKG_VERSION=${_TERMUX_PKG_MAJOR_VERSION}.8
TERMUX_PKG_SRCURL=ftp://ftp.gnutls.org/gcrypt/gnutls/v${_TERMUX_PKG_MAJOR_VERSION}/gnutls-${TERMUX_PKG_VERSION}.tar.xz