projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1919b76
)
libdaemon: fix configure (#9006)
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 9 Mar 2011 09:49:26 +0000
(09:49 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 9 Mar 2011 09:49:26 +0000
(09:49 +0000)
SVN-Revision: 25967
libs/libdaemon/Makefile
patch
|
blob
|
history
diff --git
a/libs/libdaemon/Makefile
b/libs/libdaemon/Makefile
index 852d44784b27d25ac0495eddc1e97f4411f1d1ff..68e3e3652fbc5b19a0edb6bbc3695d466f1d379b 100644
(file)
--- 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