wok-next diff sudo/receipt @ rev 20846

mingw32-gcc: fix CFLAGS, CXXFLAGS as it is not recent GCC and it don't understand something
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 13:59:48 2018 +0300 (2018-06-23)
parents 757d032c55c7
children d5aab818505e
line diff
     1.1 --- a/sudo/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.2 +++ b/sudo/receipt	Sat Jun 23 13:59:48 2018 +0300
     1.3 @@ -29,6 +29,7 @@
     1.4  		--with-passprompt="[sudo] password for %p" \
     1.5  		$SET_ARGS \
     1.6  		$CONFIGURE_ARGS &&
     1.7 +	fix libtool &&
     1.8  	make &&
     1.9  	make install || return 1
    1.10