wok-next diff liboobs/receipt @ rev 20616

xrdp: up 0.9.3.1; zopfli: fix build; gcc61: attempt to fix; add gcc6 (latest among 6.x.x).
gcc61 and gcc6 are broken now.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 21 05:15:11 2018 +0300 (2018-04-21)
parents e323d0535e2c
children 6a95413e91b0
line diff
     1.1 --- a/liboobs/receipt	Tue Mar 06 11:29:35 2018 +0200
     1.2 +++ b/liboobs/receipt	Sat Apr 21 05:15:11 2018 +0300
     1.3 @@ -15,7 +15,10 @@
     1.4  SPLIT="liboobs-dev"
     1.5  
     1.6  compile_rules() {
     1.7 -	./configure $CONFIGURE_ARGS && make && make install
     1.8 +	./configure $CONFIGURE_ARGS &&
     1.9 +	fix libtool &&
    1.10 +	make &&
    1.11 +	make install
    1.12  }
    1.13  
    1.14  genpkg_rules() {