dahdi-tools: fix dahdi-tools-libtonezone dependency on uClibc 251/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Tue, 23 Jan 2018 21:16:26 +0000 (22:16 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Tue, 23 Jan 2018 21:16:34 +0000 (22:16 +0100)
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 <sebastian_ml@gmx.net>
libs/dahdi-tools/Makefile

index e9d991c42fea95952d466c1a0a7791d2bb988c81..ba7ddd4bbb53be95e2859efdb1ff9ed43924bcfa 100644 (file)
@@ -44,6 +44,7 @@ define Package/dahdi-tools-libtonezone
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=DAHDI tonezone library
+  DEPENDS+=+libpthread
 endef
 
 TARGET_CFLAGS += $(FPIC)