diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-05-08 14:38:05 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-05-08 14:38:05 +0000 |
commit | a455167ece9eb54530b1f4e2e7ac052cb96889ce (patch) | |
tree | 0366403a9b461e0bab29534a7ad06f7703f79d6f /openwrt/package/sablevm | |
parent | f6f024e8b0af355161957537cbf25388c88aad2a (diff) | |
download | mtk-20170518-a455167ece9eb54530b1f4e2e7ac052cb96889ce.zip mtk-20170518-a455167ece9eb54530b1f4e2e7ac052cb96889ce.tar.gz mtk-20170518-a455167ece9eb54530b1f4e2e7ac052cb96889ce.tar.bz2 |
add sablevm dependency on libpthread.
SVN-Revision: 3739
Diffstat (limited to 'openwrt/package/sablevm')
-rw-r--r-- | openwrt/package/sablevm/Config.in | 1 | ||||
-rw-r--r-- | openwrt/package/sablevm/ipkg/sablevm.control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/sablevm/Config.in b/openwrt/package/sablevm/Config.in index d387b75..2897018 100644 --- a/openwrt/package/sablevm/Config.in +++ b/openwrt/package/sablevm/Config.in @@ -5,6 +5,7 @@ config BR2_PACKAGE_SABLEVM select BR2_PACKAGE_LIBFFI_SABLE select BR2_PACKAGE_LIBLTDL select BR2_PACKAGE_LIBPOPT + select BR2_PACKAGE_LIBPTHREAD select BR2_PACKAGE_ZLIB help SableVM is a robust, extremely portable, efficient, and specifications- diff --git a/openwrt/package/sablevm/ipkg/sablevm.control b/openwrt/package/sablevm/ipkg/sablevm.control index 2460e41..516fc72 100644 --- a/openwrt/package/sablevm/ipkg/sablevm.control +++ b/openwrt/package/sablevm/ipkg/sablevm.control @@ -2,4 +2,4 @@ Package: sablevm Priority: optional Section: misc Description: A Java Virtual Machine (JVM) implementation -Depends: libffi-sable, libltdl, libpopt, zlib +Depends: libffi-sable, libltdl, libpopt, libpthread, zlib |