wok-6.x diff whowatch/receipt @ rev 19689
extundelete, proxytunnel: add LDFLAGS for -Wl,--copy-dt-needed-entries
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 13 09:08:56 2017 +0100 (2017-02-13) |
parents | f708898621f0 |
children | aaa3fcf79cf3 |
line diff
1.1 --- a/whowatch/receipt Sun Feb 01 08:50:04 2015 +0000 1.2 +++ b/whowatch/receipt Mon Feb 13 09:08:56 2017 +0100 1.3 @@ -16,7 +16,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - export LDFLAGS="-Wl,--copy-dt-needed-entries" 1.8 + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" 1.9 ./configure --prefix=/usr 1.10 make 1.11 make install