From: Nicolas Thill Date: Mon, 8 May 2006 14:38:05 +0000 (+0000) Subject: add sablevm dependency on libpthread. X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a455167ece9eb54530b1f4e2e7ac052cb96889ce;p=librecmc%2Flibrecmc.git add sablevm dependency on libpthread. SVN-Revision: 3739 --- diff --git a/openwrt/package/sablevm/Config.in b/openwrt/package/sablevm/Config.in index d387b75d40..2897018228 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 2460e419ce..516fc72b32 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