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:
parent
64a95ed602
commit
63f60b5a30
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user