From 85cff13bdd81b5c574e1c0a28ccd5e2b39db89c8 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 20 Jun 2007 08:42:44 +0000 Subject: [PATCH] Fix sablevm compilation git-svn-id: svn://svn.openwrt.org/openwrt/packages@7678 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/sablevm-sdk/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lang/sablevm-sdk/Makefile b/lang/sablevm-sdk/Makefile index 88c602be9..3211cf822 100644 --- a/lang/sablevm-sdk/Makefile +++ b/lang/sablevm-sdk/Makefile @@ -51,15 +51,14 @@ define Build/Configure --disable-gjdoc \ ) $(call Build/Configure/Default, \ - --srcdir=./../sablevm \ + --srcdir="./../sablevm" \ --with-fastjar=/usr/bin/fastjar \ --with-jikes=/usr/bin/jikes \ --with-internal-libffi=yes \ --with-internal-libpopt=no \ - , \ + ,\ LIBS=" -lltdl -lpopt -lz " \ - , - sablevm \ + ,sablevm,\ ) $(call Build/Configure/Default, \ --srcdir=./../sablevm-classpath \ @@ -68,9 +67,8 @@ define Build/Configure --disable-gtk-peer \ --disable-gtk-cairo \ --without-x \ - , \ - , \ - sablevm-classpath \ + ,\ + ,sablevm-classpath,\ ) endef -- 2.11.0