summaryrefslogtreecommitdiff
path: root/data/jamvm
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-13 22:26:23 +0000
committerJay Freeman <saurik@saurik.com>2008-01-13 22:26:23 +0000
commitf1b662bacaed63f6eb0774dda7be0fd78ad19054 (patch)
tree1e96f8ed4cd5b879fa4bdfdc3bf88b736ff49bbe /data/jamvm
parent35ef70353227e4dff60fc36437f08293be752b25 (diff)
Added some graphics libraries, handled a few requests, fixed bus error on apt close, got links compiling with the right compiler, and switched JamVM back to its internal libffi.
git-svn-id: http://svn.telesphoreo.org/trunk@13 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/jamvm')
-rw-r--r--data/jamvm/make.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/jamvm/make.sh b/data/jamvm/make.sh
index 3dc371d7e..165b49794 100644
--- a/data/jamvm/make.sh
+++ b/data/jamvm/make.sh
@@ -1,6 +1,7 @@
pkg:extract
cd *
-CFLAGS=-O0 pkg:configure --with-classpath-install-dir=/usr
+CFLAGS=-O0 pkg:configure --with-classpath-install-dir=/usr --disable-ffi
make
pkg:install
pkg: rm -rf /usr/include
+pkg: ln -s jamvm /usr/bin/java