mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
The shipped configure script is ancient and buggy and needs a refresh. Signed-off-by: Matthias Reichl <hias@horus.com>
18 lines
751 B
Makefile
18 lines
751 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
|
|
PKG_NAME="libdaemon"
|
|
PKG_VERSION="0.14"
|
|
PKG_SHA256="fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://0pointer.de/lennart/projects/libdaemon/"
|
|
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_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 \
|
|
--enable-static \
|
|
--disable-shared \
|
|
--disable-lynx"
|