From: Jo-Philipp Wich Date: Wed, 9 Mar 2011 09:49:26 +0000 (+0000) Subject: [packages] libdaemon: fix configure (#9006) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=b45d06ef7525aa6c220d85bf90f977bfa20959e1 [packages] libdaemon: fix configure (#9006) SVN-Revision: 25967 --- diff --git a/libs/libdaemon/Makefile b/libs/libdaemon/Makefile index 852d44784b..68e3e3652f 100644 --- a/libs/libdaemon/Makefile +++ b/libs/libdaemon/Makefile @@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://0pointer.de/lennart/projects/libdaemon/ PKG_MD5SUM:=509dc27107c21bcd9fbf2f95f5669563 -PKG_FIXUP:=libtool +PKG_FIXUP:=autoreconf PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -45,6 +45,8 @@ define Build/Configure --enable-shared \ --enable-static \ --disable-lynx \ + , \ + ac_cv_func_setpgrp_void=yes \ ) endef