From d859b41b002cb57c480ce5a079bdec21710463c6 Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 9 Mar 2011 09:49:26 +0000 Subject: [PATCH] [packages] libdaemon: fix configure (#9006) git-svn-id: svn://svn.openwrt.org/openwrt/packages@25967 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libdaemon/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libs/libdaemon/Makefile b/libs/libdaemon/Makefile index 852d44784..68e3e3652 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