sablevm-sdk: Do not hardcode host paths.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23358 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2010-10-09 11:05:26 +00:00
parent 64a95ed602
commit 63f60b5a30

View File

@ -64,8 +64,8 @@ define Build/Configure
)
$(call Build/Configure/Default, \
--srcdir="./../sablevm" \
--with-fastjar=/usr/bin/fastjar \
--with-jikes=/usr/bin/jikes \
--with-fastjar=$$$$(which fastjar) \
--with-jikes=$$$$(which jikes) \
--with-internal-libffi=yes \
--with-internal-libpopt=no \
,\
@ -74,8 +74,8 @@ define Build/Configure
)
$(call Build/Configure/Default, \
--srcdir=./../sablevm-classpath \
--with-fastjar=/usr/bin/fastjar \
--with-jikes=/usr/bin/jikes \
--with-fastjar=$$$$(which fastjar) \
--with-jikes=$$$$(which jikes) \
--disable-gtk-peer \
--disable-gtk-cairo \
--without-x \