From 970ecd6d90532f20d27d33e4ee9a4ed29c0f064c Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 21 May 2005 01:11:46 +0000 Subject: [PATCH] Add missing dependency to libpthread SVN-Revision: 995 --- openwrt/package/libosip2/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/package/libosip2/Config.in b/openwrt/package/libosip2/Config.in index 107b4896f3..500dbb1c36 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 -- 2.25.1