summaryrefslogtreecommitdiff
path: root/package/jamvm
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-28 21:47:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-28 21:47:44 +0200
commit0a3d29e18ca731cafed7155b73a92a8f2756ca27 (patch)
tree01c464d54b6d00a3334bf4b72c4c66a2c6ffc859 /package/jamvm
parent58e2e795851d40c1e298354a264aa03eca1717e8 (diff)
make allmodconfig round for lemote yeelong target
Diffstat (limited to 'package/jamvm')
-rw-r--r--package/jamvm/Makefile2
-rw-r--r--package/jamvm/patches/patch-configure_ac10
2 files changed, 11 insertions, 1 deletions
diff --git a/package/jamvm/Makefile b/package/jamvm/Makefile
index 230bfd9e7..6b4c7782e 100644
--- a/package/jamvm/Makefile
+++ b/package/jamvm/Makefile
@@ -17,7 +17,7 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,JAMVM,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-CONFIGURE_STYLE= gnu
+CONFIGURE_STYLE= autotool gnu
CONFIGURE_ARGS+= --enable-ffi
do-build:
diff --git a/package/jamvm/patches/patch-configure_ac b/package/jamvm/patches/patch-configure_ac
new file mode 100644
index 000000000..a9f128572
--- /dev/null
+++ b/package/jamvm/patches/patch-configure_ac
@@ -0,0 +1,10 @@
+--- jamvm-1.5.3.orig/configure.ac 2009-04-14 03:05:57.000000000 +0200
++++ jamvm-1.5.3/configure.ac 2009-08-28 14:10:40.855322815 +0200
+@@ -39,6 +39,7 @@ i386-*-solaris*) host_cpu=x86 host_os=so
+ x86_64-*-linux*) host_os=linux ;;
+ hppa*-*-linux*) host_cpu=parisc host_os=linux ;;
+ mipsel-*-linux*) host_cpu=mips host_os=linux ;;
++mips64el-*-linux*) host_cpu=mips host_os=linux ;;
+ amd64-*-openbsd*) host_os=bsd libdl_needed=no ;;
+ amd64-*-freebsd*) host_os=bsd libdl_needed=no ;;
+ arm*-*-linux*) host_cpu=arm host_os=linux ;;