diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-09 14:21:54 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-09 14:21:54 +0000 |
commit | 1bd0457f067ea06a6d042bdc7e5f7500a8cc328f (patch) | |
tree | f5159d1e559fc77a53db98869819d22944b37b7d /openwrt/package/matrixssl | |
parent | 7242f4bafb2ade89de87048f8331caff613fcce4 (diff) |
Add libpthread dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@604 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/matrixssl')
-rw-r--r-- | openwrt/package/matrixssl/Config.in | 4 | ||||
-rw-r--r-- | openwrt/package/matrixssl/matrixssl.control | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/openwrt/package/matrixssl/Config.in b/openwrt/package/matrixssl/Config.in index 7f056c3a6..85158bfda 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 + diff --git a/openwrt/package/matrixssl/matrixssl.control b/openwrt/package/matrixssl/matrixssl.control index 5513d72b0..c0dacdbb0 100644 --- a/openwrt/package/matrixssl/matrixssl.control +++ b/openwrt/package/matrixssl/matrixssl.control @@ -4,3 +4,4 @@ Section: libs Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> Source: buildroot internal Description: an embedded SSL implementation +Depends: libpthread |