wok-next diff libee/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 0ec6086e21d6
children d5aab818505e
line diff
     1.1 --- a/libee/receipt	Sat Apr 14 01:31:03 2018 +0300
     1.2 +++ b/libee/receipt	Sat Jun 23 13:59:48 2018 +0300
     1.3 @@ -15,9 +15,6 @@
     1.4  SPLIT="libee-dev"
     1.5  
     1.6  compile_rules() {
     1.7 -	# Patch from http://www.gossamer-threads.com/lists/rsyslog/users/4600
     1.8 -	patch -p 1 < $stuff/libee-build-fix.patch
     1.9 -
    1.10  	./configure \
    1.11  		--disable-testbench \
    1.12  		$CONFIGURE_ARGS &&