libdaemon: disable examples (fix musl libc build error)
authorTed Hess <thess@kitschensync.net>
Tue, 6 Jan 2015 13:26:48 +0000 (08:26 -0500)
committerTed Hess <thess@kitschensync.net>
Tue, 6 Jan 2015 13:26:48 +0000 (08:26 -0500)
Signed-off-by: Ted Hess <thess@kitschensync.net>
libs/libdaemon/Makefile

index 41a8abac84f2b169e95f7da4800a5bb7ec13b890..958a37d2a4b93ad6a2a3a3c8e1e6b655599180cf 100644 (file)
@@ -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 \
        )