wok rev 17524

horst: add LDFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 17 22:33:21 2015 +0100 (2015-01-17)
parents 76e221d68d93
children ab52504863e3
files dropbear/receipt horst/receipt
line diff
     1.1 --- a/dropbear/receipt	Sat Jan 17 19:25:59 2015 +0000
     1.2 +++ b/dropbear/receipt	Sat Jan 17 22:33:21 2015 +0100
     1.3 @@ -72,6 +72,7 @@
     1.4  	mkdir -p $fs/etc
     1.5  	cp -a $stuff/dropbear $fs/etc
     1.6  	cp -a $stuff/init.d $fs/etc
     1.7 +	ln -s daemon $fs/etc/init.d/ssh
     1.8  	cp -a $stuff/sshx $fs/usr/bin
     1.9  	ln -s sshx $fs/usr/bin/pppssh
    1.10  	touch $fs/etc/dropbear/dropbear_dss_host_key \
     2.1 --- a/horst/receipt	Sat Jan 17 19:25:59 2015 +0000
     2.2 +++ b/horst/receipt	Sat Jan 17 22:33:21 2015 +0100
     2.3 @@ -16,6 +16,7 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 +	export LDFLAGS="-Wl,--copy-dt-needed-entries"
     2.8  	make
     2.9  }
    2.10