wok-next diff kmod/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 d43bf7aae921
children d224c2b13c81
line diff
     1.1 --- a/kmod/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/kmod/receipt	Sat Apr 21 05:15:11 2018 +0300
     1.3 @@ -23,7 +23,9 @@
     1.4  		--with-zlib \
     1.5  		--with-xz \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make && make install
     1.8 +	fix libtool &&
     1.9 +	make &&
    1.10 +	make install || return 1
    1.11  
    1.12  	# compatibility with module-init-tools
    1.13  	# (the package that previously handled Linux kernel modules)