add sablevm dependency on libpthread.
SVN-Revision: 3739
This commit is contained in:
parent
f6f024e8b0
commit
a455167ece
2 changed files with 2 additions and 1 deletions
|
@ -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-
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue