olivluca / danube-voip

This is a sip client using the 2 FXS ports available on routers based on the Infineon Danube and running openwrt.
16 stars 10 forks source link

missing dependency on sofia-sip #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Copy code on build-tree
2. Run: 'make menuconfig' and select involved packages
3. Run: 'make package/svd/compile V=99'

What is the expected output? What do you see instead?
libab, sofia-sip and svd packages were expected, but there is an error when 
packaging sofia-sip:

Package sofia-sip is missing dependencies for the following libraries:
libpthread.so.0
make[2]: *** 
[/home/pablo/Cacharreo/Openwrt/trunk/bin/lantiq/packages/sofia-sip_1.12.11-1_lan
tiq.ipk] Error 1

The error gets solved adding:

DEPENDS:=+libpthread

to sofia-sip package definition on Makefile.

Original issue reported on code.google.com by pabloal...@gmail.com on 27 Jun 2012 at 11:17

GoogleCodeExporter commented 9 years ago
Sorry it took me so long to fix this, I just found this bug report while 
googling for this error myself, go figure.

Original comment by olivluca@gmail.com on 7 Sep 2013 at 2:23