wok-current diff texinfo/receipt @ rev 23837
Up freetype (2.10.2), git (2.26.2), glpi (9.4.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 01 10:44:24 2020 +0000 (2020-06-01) |
parents | 3ba8d2c9720d |
children | 71360a13cd94 |
line diff
1.1 --- a/texinfo/receipt Tue Feb 17 12:55:08 2015 +0100 1.2 +++ b/texinfo/receipt Mon Jun 01 10:44:24 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 }