Skip to content
Snippets Groups Projects
Commit 9b3b0473 authored by John Crispin's avatar John Crispin
Browse files

fix eglibc compile


add librt dependency/link flag to procd when using eglibc thanks to jow for the help

Signed-off-by: default avatarEtienne CHAMPETIER <etienne.champetier@free.fr>

SVN-Revision: 36188
parent d9bb7ff7
No related branches found
No related tags found
No related merge requests found
......@@ -21,10 +21,12 @@ PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk
TARGET_LDFLAGS += $(if $(CONFIG_USE_EGLIBC),-lrt)
define Package/procd
SECTION:=base
CATEGORY:=Base system
DEPENDS:=+ubusd +ubus +libjson-script
DEPENDS:=+ubusd +ubus +libjson-script +USE_EGLIBC:librt
TITLE:=OpenWrt system process manager
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment