mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libdaemon: disable autoreconf
This commit is contained in:
parent
bab193c33f
commit
e48bd0eff5
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user