wok-6.x diff texinfo/receipt @ rev 23948
Add barrage & penguin-command (thanks rerievo)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Sep 20 16:26:50 2020 +0000 (2020-09-20) |
parents | 3ba8d2c9720d |
children | 71360a13cd94 |
line diff
1.1 --- a/texinfo/receipt Tue Feb 17 12:55:08 2015 +0100 1.2 +++ b/texinfo/receipt Sun Sep 20 16:26:50 2020 +0000 1.3 @@ -17,7 +17,7 @@ 1.4 # Rules to compile & install the temporary toolchain by Tazwok. 1.5 cook_tmp_toolchain() 1.6 { 1.7 - export LDFLAGS="$LDFLAGS -ltinfo" 1.8 + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -ltinfo" 1.9 ./configure && 1.10 make $MAKEFLAGS && 1.11 make install 1.12 @@ -26,7 +26,7 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -ltinfo" 1.18 ./configure $CONFIGURE_ARGS && 1.19 make && make install 1.20 }