wok diff texinfo/receipt @ rev 22868
updated gnutls and gnutls-dev again (3.3.16 -> 3.6.12)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 21 15:22:35 2020 +0100 (2020-02-21) |
parents | 3ba8d2c9720d |
children | 71360a13cd94 |
line diff
1.1 --- a/texinfo/receipt Tue Feb 17 12:55:08 2015 +0100 1.2 +++ b/texinfo/receipt Fri Feb 21 15:22:35 2020 +0100 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 }