summaryrefslogtreecommitdiff
path: root/openwrt/package/libosip2
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-21 01:11:46 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-21 01:11:46 +0000
commit970ecd6d90532f20d27d33e4ee9a4ed29c0f064c (patch)
tree36b10c66dfc0f25344dc0eaa460b85a67c35cf51 /openwrt/package/libosip2
parent650e4632921cc6086c5ab998de789fa7d43d1798 (diff)
downloadmtk-20170518-970ecd6d90532f20d27d33e4ee9a4ed29c0f064c.zip
mtk-20170518-970ecd6d90532f20d27d33e4ee9a4ed29c0f064c.tar.gz
mtk-20170518-970ecd6d90532f20d27d33e4ee9a4ed29c0f064c.tar.bz2
Add missing dependency to libpthread
SVN-Revision: 995
Diffstat (limited to 'openwrt/package/libosip2')
-rw-r--r--openwrt/package/libosip2/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/libosip2/Config.in b/openwrt/package/libosip2/Config.in
index 107b489..500dbb1 100644
--- a/openwrt/package/libosip2/Config.in
+++ b/openwrt/package/libosip2/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_LIBOSIP2
tristate "libosip2 - GNU oSIP library"
default m if CONFIG_DEVEL
+ select BR2_PACKAGE_LIBPTHREAD
help
GNU oSIP library, a Session Initiation Protocol (SIP) implementation