lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit c04f69d52785138e67ca0e1bf469368b1fe4b7f3
parent c47ced20c13a18897a43b8a494d2995694e700a8
Author: Ted Hess <thess@kitschensync.net>
Date:   Tue,  6 Jan 2015 08:26:48 -0500

libdaemon: disable examples (fix musl libc build error)

Signed-off-by: Ted Hess <thess@kitschensync.net>

Diffstat:
Mlibs/libdaemon/Makefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libs/libdaemon/Makefile b/libs/libdaemon/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libdaemon PKG_VERSION:=0.14 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://0pointer.de/lennart/projects/libdaemon/ @@ -46,6 +46,7 @@ define Build/Configure --enable-shared \ --enable-static \ --disable-lynx \ + --disable-examples \ , \ ac_cv_func_setpgrp_void=yes \ )