From: Jo-Philipp Wich Date: Wed, 9 Mar 2011 09:49:26 +0000 (+0000) Subject: libdaemon: fix configure (#9006) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9c5d38379025a0c46c4f769e7d45177311caecf6;p=openwrt%2Fsvn-archive%2Fpackages.git libdaemon: fix configure (#9006) SVN-Revision: 25967 --- 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