From 4e804bbc69a869b1e96e76ec63a84fe3a8eabcf6 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:06:15 +0100 Subject: [PATCH] libdaemon: add autoreconf support Signed-off-by: Stephan Raue --- packages/other/libdaemon/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/other/libdaemon/meta b/packages/other/libdaemon/meta index 2099fbc160..cf6cde368f 100644 --- a/packages/other/libdaemon/meta +++ b/packages/other/libdaemon/meta @@ -12,3 +12,5 @@ PKG_SECTION="other" PKG_SHORTDESC="libdaemon: A lightweight C library which eases the writing of UNIX daemons" PKG_LONGDESC="A wrapper around fork() which does the correct daemonization procedure of a process. A wrapper around syslog() for simpler and compatible log output to Syslog or STDERR. An API for writing PID files. An API for serializing UNIX signals into a pipe for usage with select() or poll()." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"