From e48bd0eff5f083228c5b7c7a31cd960f3b399459 Mon Sep 17 00:00:00 2001 From: awiouy Date: Fri, 21 Oct 2016 17:26:27 +0200 Subject: [PATCH] libdaemon: disable autoreconf --- packages/devel/libdaemon/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devel/libdaemon/package.mk b/packages/devel/libdaemon/package.mk index 5376c6afe5..38a839b5e3 100644 --- a/packages/devel/libdaemon/package.mk +++ b/packages/devel/libdaemon/package.mk @@ -29,7 +29,7 @@ PKG_SHORTDESC="libdaemon: A lightweight C library which eases the writing of UNI 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" +PKG_AUTORECONF="no" PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_setpgrp_void=no \ --enable-static \