add sablevm dependency on libpthread.
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 8 May 2006 14:38:05 +0000 (14:38 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 8 May 2006 14:38:05 +0000 (14:38 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3739 3c298f89-4303-0410-b956-a3cf2f4a3e73

openwrt/package/sablevm/Config.in
openwrt/package/sablevm/ipkg/sablevm.control

index d387b75..2897018 100644 (file)
@@ -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-
index 2460e41..516fc72 100644 (file)
@@ -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
This page took 0.033735 seconds and 4 git commands to generate.