diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-09 14:21:54 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-09 14:21:54 +0000 |
commit | 6e34bfb54391be6181ecdb530d7c5094e147c1b9 (patch) | |
tree | f5159d1e559fc77a53db98869819d22944b37b7d /openwrt/package/matrixssl/Config.in | |
parent | 64ecce56d33baf79cbf37c11b487bbc095b3286a (diff) | |
download | mtk-20170518-6e34bfb54391be6181ecdb530d7c5094e147c1b9.zip mtk-20170518-6e34bfb54391be6181ecdb530d7c5094e147c1b9.tar.gz mtk-20170518-6e34bfb54391be6181ecdb530d7c5094e147c1b9.tar.bz2 |
Add libpthread dependency
SVN-Revision: 604
Diffstat (limited to 'openwrt/package/matrixssl/Config.in')
-rw-r--r-- | openwrt/package/matrixssl/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/package/matrixssl/Config.in b/openwrt/package/matrixssl/Config.in index 7f056c3..85158bf 100644 --- a/openwrt/package/matrixssl/Config.in +++ b/openwrt/package/matrixssl/Config.in @@ -1,7 +1,11 @@ config BR2_PACKAGE_MATRIXSSL + select BR2_PACKAGE_LIBPTHREAD tristate "matrixssl" default m help an embedded SSL implementation http://www.matrixssl.org/ + + Depends: libpthread + |