# HG changeset patch # User Pascal Bellard # Date 1421530401 -3600 # Node ID 64cdac643a2bffdb463143d95028ae136fe4eb1e # Parent 76e221d68d9312b5d9d5fdce7aaa357b38add405 horst: add LDFLAGS diff -r 76e221d68d93 -r 64cdac643a2b dropbear/receipt --- a/dropbear/receipt Sat Jan 17 19:25:59 2015 +0000 +++ b/dropbear/receipt Sat Jan 17 22:33:21 2015 +0100 @@ -72,6 +72,7 @@ mkdir -p $fs/etc cp -a $stuff/dropbear $fs/etc cp -a $stuff/init.d $fs/etc + ln -s daemon $fs/etc/init.d/ssh cp -a $stuff/sshx $fs/usr/bin ln -s sshx $fs/usr/bin/pppssh touch $fs/etc/dropbear/dropbear_dss_host_key \ diff -r 76e221d68d93 -r 64cdac643a2b horst/receipt --- a/horst/receipt Sat Jan 17 19:25:59 2015 +0000 +++ b/horst/receipt Sat Jan 17 22:33:21 2015 +0100 @@ -16,6 +16,7 @@ # Rules to configure and make the package. compile_rules() { + export LDFLAGS="-Wl,--copy-dt-needed-entries" make }