From 3e13082451a133fc4fc659fb261c8da0e5826d54 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:19:32 +0100 Subject: [PATCH] libevent: add autoreconf support Signed-off-by: Stephan Raue --- packages/devel/libevent/meta | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/devel/libevent/meta b/packages/devel/libevent/meta index 3db33fa391..572faf51ab 100644 --- a/packages/devel/libevent/meta +++ b/packages/devel/libevent/meta @@ -11,4 +11,6 @@ PKG_PRIORITY="optional" PKG_SECTION="devel" PKG_SHORTDESC="libevent: A library for asynchronous event notification" PKG_LONGDESC="The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. It is meant to replace the asynchronous event loop found in event-driven network servers." -PKG_IS_ADDON="no" \ No newline at end of file +PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"