From: Sebastian Kemper Date: Tue, 23 Jan 2018 21:16:26 +0000 (+0100) Subject: dahdi-tools: fix dahdi-tools-libtonezone dependency on uClibc X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=52160cdb5afeaa03845a5d68ae4b277b1d0fc066;p=feed%2Ftelephony.git 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 --- 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)