summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorSimon Rettberg2013-02-20 16:54:34 +0100
committerSimon Rettberg2013-02-20 16:54:34 +0100
commit6038c7f1f220996518eb02aab0dfe41d354c76df (patch)
tree5553fc9120861911263d4b736a15cf2e90d659fe /remote
parentAdd SSHd Package to Tools (diff)
downloadtm-scripts-6038c7f1f220996518eb02aab0dfe41d354c76df.tar.gz
tm-scripts-6038c7f1f220996518eb02aab0dfe41d354c76df.tar.xz
tm-scripts-6038c7f1f220996518eb02aab0dfe41d354c76df.zip
Remove *.la files that confuse libtool
Diffstat (limited to 'remote')
-rwxr-xr-xremote/setup_tools2
-rw-r--r--remote/tools/systemd/data/etc/systemd/system/network-interface@.service2
2 files changed, 3 insertions, 1 deletions
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}
diff --git a/remote/tools/systemd/data/etc/systemd/system/network-interface@.service b/remote/tools/systemd/data/etc/systemd/system/network-interface@.service
index b3c67d09..137b3af6 100644
--- a/remote/tools/systemd/data/etc/systemd/system/network-interface@.service
+++ b/remote/tools/systemd/data/etc/systemd/system/network-interface@.service
@@ -1,6 +1,6 @@
[Unit]
Description=Brings interface %i up
-Wants=udhcpc@%i.service
+Wants=udhcpc@%i.service sshd.service
Before=udhcpc@%i.service
[Service]