wok diff texinfo/receipt @ rev 22781

updated freetype and freetype-dev (2.6.4 -> 2.10.1)
author Hans-G?nter Theisgen
date Sun Jan 26 09:26:49 2020 +0100 (2020-01-26)
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 Jan 26 09:26:49 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  }