From 52160cdb5afeaa03845a5d68ae4b277b1d0fc066 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Tue, 23 Jan 2018 22:16:26 +0100 Subject: [PATCH] dahdi-tools: fix dahdi-tools-libtonezone dependency on uClibc Currently the package fails to build with this error: Package dahdi-tools-libtonezone is missing dependencies for the following libraries: libpthread.so.1 Makefile:97: recipe for target '/build/lede-17.01/slaves/phase2/arc_arc700/build/sdk/bin/packages/arc_arc700/telephony/dahdi-tools-libtonezone_2.11.1-2_arc_arc700.ipk' failed make[3]: *** [/build/lede-17.01/slaves/phase2/arc_arc700/build/sdk/bin/packages/arc_arc700/telephony/dahdi-tools-libtonezone_2.11.1-2_arc_arc700.ipk] Error 1 Add the dependecy accordingly. Signed-off-by: Sebastian Kemper --- libs/dahdi-tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/dahdi-tools/Makefile b/libs/dahdi-tools/Makefile index e9d991c..ba7ddd4 100644 --- a/libs/dahdi-tools/Makefile +++ b/libs/dahdi-tools/Makefile @@ -44,6 +44,7 @@ define Package/dahdi-tools-libtonezone SECTION:=libs CATEGORY:=Libraries TITLE:=DAHDI tonezone library + DEPENDS+=+libpthread endef TARGET_CFLAGS += $(FPIC)