libdaemon: set toolchain to autotools to perform autoreconf

The shipped configure script is ancient and buggy and needs a refresh.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2024-07-11 11:20:51 +02:00
parent 46e297ad9a
commit ba03252d98

View File

@ -9,6 +9,7 @@ PKG_SITE="http://0pointer.de/lennart/projects/libdaemon/"
PKG_URL="http://0pointer.de/lennart/projects/libdaemon/${PKG_NAME}-${PKG_VERSION}.tar.gz" PKG_URL="http://0pointer.de/lennart/projects/libdaemon/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="autotools:host make:host sed:host gcc:host" PKG_DEPENDS_TARGET="autotools:host make:host sed:host gcc:host"
PKG_LONGDESC="A lightweight C library which eases the writing of UNIX daemons." PKG_LONGDESC="A lightweight C library which eases the writing of UNIX daemons."
PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_setpgrp_void=no \ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_setpgrp_void=no \
--enable-static \ --enable-static \