wok diff aspell/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents 095836df71b7
children c3a6f662a1c1
line diff
     1.1 --- a/aspell/receipt	Thu Jan 27 12:16:00 2022 +0000
     1.2 +++ b/aspell/receipt	Wed May 11 08:28:28 2022 -0400
     1.3 @@ -27,8 +27,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	export LDFLAGS="$LDFLAGS -ltinfo"
     1.8 -	./configure $CONFIGURE_ARGS &&
     1.9 +	patch --strip=1 --input=$stuff/patches/CVE-2019-25051 &&
    1.10 +	./configure				\
    1.11 +		LDFLAGS="$LDFLAGS -ltinfo"	\
    1.12 +		$CONFIGURE_ARGS &&
    1.13  	make &&
    1.14  	make install
    1.15  }