diff options
Diffstat (limited to 'data/jamvm/make.sh')
-rw-r--r-- | data/jamvm/make.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/jamvm/make.sh b/data/jamvm/make.sh index 8e9332b11..117fc4093 100644 --- a/data/jamvm/make.sh +++ b/data/jamvm/make.sh @@ -1,7 +1,8 @@ pkg:extract cd * pkg:patch -CFLAGS=-O0 pkg:configure --with-classpath-install-dir=/usr --disable-ffi +autoconf +CFLAGS=-O0 pkg:configure --with-classpath-install-dir=/usr --enable-ffi=no make pkg:install pkg: rm -rf /usr/include |