From b169effe23eed0ef73a6054152d1a6e6fc0e3ef4 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:05:34 +0100 Subject: [PATCH] curl: add autoreconf support Signed-off-by: Stephan Raue --- packages/web/curl/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/web/curl/meta b/packages/web/curl/meta index 58d3af0752..cf29701aef 100644 --- a/packages/web/curl/meta +++ b/packages/web/curl/meta @@ -12,3 +12,5 @@ PKG_SECTION="web" PKG_SHORTDESC="curl: Client and library for (HTTP, HTTPS, FTP, ...) transfers" PKG_LONGDESC="Curl is a client to get documents/files from or send documents to a server, using any of the supported protocols (HTTP, HTTPS, FTP, FTPS, GOPHER, DICT, TELNET, LDAP or FILE). The command is designed to work without user interaction or any kind of interactivity." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"