From 72b9d0c7c8fa73528b6ad17d7b9031542e5f5207 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 11 May 2012 13:56:36 +0200 Subject: [PATCH] gnutls: run autoreconf after unpack Signed-off-by: Stephan Raue --- packages/security/gnutls/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/security/gnutls/meta b/packages/security/gnutls/meta index 86a2f7a625..23c3ad27d2 100644 --- a/packages/security/gnutls/meta +++ b/packages/security/gnutls/meta @@ -33,4 +33,4 @@ PKG_SHORTDESC="gnutls: Development Library for TLS applications" PKG_LONGDESC="GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer. Currently the GnuTLS library implements the proposed standards by the IETF's TLS working group. Quoting from RFC2246 - the TLS 1.0 protocol specification: The TLS protocol provides communications privacy over the Internet. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery." PKG_IS_ADDON="no" -PKG_AUTORECONF="no" +PKG_AUTORECONF="yes"