wok diff openvas-manager/receipt @ rev 13908

xpad: fix missing icon in lxpanel windows list
author ernia <monghitri@aruba.it>
date Wed Jan 23 18:50:25 2013 +0000 (2013-01-23)
parents 70186d6ec4a0
children 380ffe05937a
line diff
     1.1 --- a/openvas-manager/receipt	Fri May 25 13:25:13 2012 +0200
     1.2 +++ b/openvas-manager/receipt	Wed Jan 23 18:50:25 2013 +0000
     1.3 @@ -17,6 +17,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	export CFLAGS="-Wno-error=unused-but-set-variable"
     1.8  	cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc \
     1.9  		-DLOCALSTATEDIR=/var
    1.10  	make &&