0be744e495
Now that we have libtool-2.2.x patch support, we can get rid of a bunch of _LIBTOOL_PATH = NO, fixing (potential) cross link issues. Notice: php not changed, as it uses a very old 1.5 version for the embedded sqlite, where our buildroot-libtool-v1.5.patch doesn't apply. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
18 lines
540 B
Makefile
18 lines
540 B
Makefile
#############################################################
|
|
#
|
|
# libdaemon (UNIX daemon library)
|
|
#
|
|
#############################################################
|
|
|
|
LIBDAEMON_VERSION = 0.14
|
|
LIBDAEMON_SOURCE = libdaemon-$(LIBDAEMON_VERSION).tar.gz
|
|
LIBDAEMON_SITE = http://0pointer.de/lennart/projects/libdaemon/
|
|
LIBDAEMON_AUTORECONF = NO
|
|
LIBDAEMON_INSTALL_STAGING = YES
|
|
LIBDAEMON_CONF_ENV = ac_cv_func_setpgrp_void=no
|
|
LIBDAEMON_CONF_OPT = --disable-lynx
|
|
|
|
LIBDAEMON_DEPENDENCIES = host-pkg-config
|
|
|
|
$(eval $(call AUTOTARGETS,package,libdaemon))
|