wok diff xtrkcad/receipt @ rev 21869
busybox/command_not_found: use $PATH
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 25 10:59:33 2019 +0200 (2019-09-25) |
parents | 23c3aed67cd9 |
children | e6a4cd87fdcb |
line diff
1.1 --- a/xtrkcad/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/xtrkcad/receipt Wed Sep 25 10:59:33 2019 +0200 1.3 @@ -25,7 +25,7 @@ 1.4 compile_rules() 1.5 { 1.6 # Binutils 2.22 break many packages build without LDFLAGS set correctly. 1.7 - export LDFLAGS="-Wl,--copy-dt-needed-entries" 1.8 + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" 1.9 1.10 XTRKCAD_STUFF=$stuff 1.11