wok-next diff ziproxy/receipt @ rev 20424

linux-dev: move creation to compile_rules(), keep genpkg_rules() for copying/splitting only
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 12 17:02:57 2018 +0200 (2018-01-12)
parents af8a8f177c6c
children dd145c435e4b
line diff
     1.1 --- a/ziproxy/receipt	Sat Sep 12 19:55:05 2015 +0200
     1.2 +++ b/ziproxy/receipt	Fri Jan 12 17:02:57 2018 +0200
     1.3 @@ -17,6 +17,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's/DGifCloseFile(GifFile/&,NULL/;s/input))/input,NULL))/' src/image.c
     1.8  	./configure --prefix=/usr --mandir=/usr/share/man \
     1.9  		--localstatedir=/var \
    1.10  	$CONFIGURE_ARGS &&