[packages] libdaemon: fix configure (#9006)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25967 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9abf17e8d6
commit
d859b41b00
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user