![]() |
Prevent usage of scratchbox built-in tools
Hi,
I compiled autoconf 2.67. Unfortunately, still the scratchbox built-in version is called Code:
[sbox-FREMANTLE_ARMEL: ~/libtool/autoconf-2.67] > SBOX_REDIRECT_IGNORE=/usr/bin/autoconf autoconf --version Code:
autoconf How can I disable the scratchbox autoconf and use the newer one only? |
Re: Prevent usage of scratchbox built-in tools
rename the old autotools to something else?
|
Re: Prevent usage of scratchbox built-in tools
Quote:
|
Re: Prevent usage of scratchbox built-in tools
Just a quick guess, but try alias?
Code:
alias autoconf='path/to/autoconf' To unalias (return to the shell built-in), just do the following: Code:
unalias autoconf |
Re: Prevent usage of scratchbox built-in tools
Quote:
|
Re: Prevent usage of scratchbox built-in tools
Quote:
|
Re: Prevent usage of scratchbox built-in tools
Quote:
How about ... Code:
SBOX_REDIRECT_BINARIES |
Re: Prevent usage of scratchbox built-in tools
I did this
Code:
PATH:=/usr/bin/dh7:/usr/bin:$(PATH) |
Re: Prevent usage of scratchbox built-in tools
chroot into toolchain dir and install new autoconf in there.
|
Re: Prevent usage of scratchbox built-in tools
Quote:
http://talk.maemo.org/showthread.php...85#post1250985 and http://harmattan-dev.nokia.com/docs/...tform_SDK.html |
All times are GMT. The time now is 19:14. |
vBulletin® Version 3.8.8