wok-next diff flex/receipt @ rev 20752

mate-control-center, volume_key, xpaint: update bdeps.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 01 15:40:27 2018 +0300 (2018-06-01)
parents 90a5eb560fd6
children 360e5b4f243b
line diff
     1.1 --- a/flex/receipt	Wed Feb 21 19:48:17 2018 +0200
     1.2 +++ b/flex/receipt	Fri Jun 01 15:40:27 2018 +0300
     1.3 @@ -25,7 +25,10 @@
     1.4  	# Fix a problem introduced with glibc-2.26
     1.5  	sed -i "/math.h/a #include <malloc.h>" src/flexdef.h
     1.6  
     1.7 -	./configure $CONFIGURE_ARGS && make && make install || return 1
     1.8 +	./configure $CONFIGURE_ARGS &&
     1.9 +	fix libtool &&
    1.10 +	make &&
    1.11 +	make install || return 1
    1.12  
    1.13  	ln -s flex $install/usr/bin/lex
    1.14  }