Browse Source

libdaemon: disable examples (fix musl libc build error)

Signed-off-by: Ted Hess <thess@kitschensync.net>
lilik-openwrt-22.03
Ted Hess 10 years ago
parent
commit
c04f69d527
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libs/libdaemon/Makefile

+ 2
- 1
libs/libdaemon/Makefile View 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 \
)


Loading…
Cancel
Save