mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
add sablevm dependency on libpthread.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3739 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a2fe8c7584
commit
96d80d9a9b
@ -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…
x
Reference in New Issue
Block a user