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 <sebastian_ml@gmx.net>
This commit is contained in:
parent
dbf531b43b
commit
52160cdb5a
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ define Package/dahdi-tools-libtonezone
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=DAHDI tonezone library
|
TITLE:=DAHDI tonezone library
|
||||||
|
DEPENDS+=+libpthread
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
|
|
Loading…
Reference in a new issue