diff options
author | Sam Bingner <sam@bingner.com> | 2018-08-15 12:39:17 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-08-15 12:39:17 -1000 |
commit | d51dbae5fe72625c36c88c39155406ef8664b0f3 (patch) | |
tree | fdeb00c935fb1d508eae679533d25713587de863 /data/gnutls/make.sh | |
parent | aa0792fe05fde3b428da04991b7ee46053831752 (diff) |
Update gnutls to 3.5.19
Diffstat (limited to 'data/gnutls/make.sh')
-rw-r--r-- | data/gnutls/make.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/gnutls/make.sh b/data/gnutls/make.sh index e02dc72bc..9bbfb41dc 100644 --- a/data/gnutls/make.sh +++ b/data/gnutls/make.sh @@ -1,4 +1,5 @@ pkg:setup -pkg:configure --with-libgcrypt-prefix="$(PKG_DEST_ gcrypt)/usr" --with-included-libtasn1 +autoreconf -f -i +pkg:configure --with-included-libtasn1 make pkg:install |