Fix sablevm compilation

git-svn-id: svn://svn.openwrt.org/openwrt/packages@7678 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-06-20 08:42:44 +00:00
parent 72c4663ef3
commit 85cff13bdd

View File

@ -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