mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 21:33:08 +00:00
ltrace does not build out-of-tree: use copied sources to configure.
/trunk/scripts/build/debug/400-ltrace.sh | 8 4 4 0 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
This commit is contained in:
parent
5aec7ba287
commit
eeeb5559a5
@ -25,10 +25,10 @@ do_debug_ltrace_build() {
|
||||
(cd "${CT_SRC_DIR}/ltrace-${CT_LTRACE_VERSION}"; tar cf - .)| tar xvf - |CT_DoLog ALL
|
||||
|
||||
CT_DoLog EXTRA "Configuring ltrace"
|
||||
CT_DoExecLog ALL \
|
||||
"${CT_SRC_DIR}/ltrace-${CT_LTRACE_VERSION}/configure" \
|
||||
--build=${CT_BUILD} \
|
||||
--host=${CT_TARGET} \
|
||||
CT_DoExecLog ALL \
|
||||
./configure" \
|
||||
--build=${CT_BUILD} \
|
||||
--host=${CT_TARGET} \
|
||||
--prefix=/usr
|
||||
|
||||
CT_DoLog EXTRA "Building ltrace"
|
||||
|
Loading…
Reference in New Issue
Block a user