wok diff efl/receipt @ rev 23459

updated pycrypto (2.3 -> 2.6.1)
author Hans-G?nter Theisgen
date Sat Apr 04 17:01:40 2020 +0100 (2020-04-04)
parents 86790a278e70
children b78e79c31b1f
line diff
     1.1 --- a/efl/receipt	Tue Aug 07 23:03:21 2018 +0200
     1.2 +++ b/efl/receipt	Sat Apr 04 17:01:40 2020 +0100
     1.3 @@ -26,6 +26,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	# Update for giflib >= 5 api
     1.8 +	sed -i 's|DGifCloseFile.*gif|&,NULL|' \
     1.9 +		src/modules/evas/loaders/gif/evas_image_load_gif.c
    1.10 +	
    1.11  	autoreconf -v &&
    1.12  	ac_aux_dir=$src ./configure \
    1.13  		--disable-static \