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"