From 6038c7f1f220996518eb02aab0dfe41d354c76df Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 20 Feb 2013 16:54:34 +0100 Subject: Remove *.la files that confuse libtool --- remote/setup_tools | 2 ++ 1 file changed, 2 insertions(+) (limited to 'remote/setup_tools') diff --git a/remote/setup_tools b/remote/setup_tools index 64aef3b1..aaa7a23b 100755 --- a/remote/setup_tools +++ b/remote/setup_tools @@ -224,6 +224,8 @@ generate_stage32 () { install_dependencies fetch_source build + # remove *.la files as they might confuse libtool/linker of other tool packages + find "${TOOL_DIR}/${TOOL}/build" -name '*.la' -exec rm -f {} \; copyfileswithdependencies post_copy cd ${TOOL_DIR} -- cgit v1.2.3-55-g7522