wok rev 4296

libconfuse: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 26 21:46:57 2009 +0200 (2009-09-26)
parents 8242068da94c
children 2615f6b2633f
files libconfuse/receipt
line diff
     1.1 --- a/libconfuse/receipt	Sat Sep 26 18:56:20 2009 +0000
     1.2 +++ b/libconfuse/receipt	Sat Sep 26 21:46:57 2009 +0200
     1.3 @@ -19,7 +19,8 @@
     1.4  		--prefix=/usr \
     1.5  		--infodir=/usr/share/info \
     1.6  		--mandir=/usr/share/man \
     1.7 -		$CONFIGURE_ARGS &&
     1.8 +		$CONFIGURE_ARGS
     1.9 +	sed -i 's/ -Werror//' src/Makefile
    1.10  	make && make DESTDIR=$PWD/_pkg install
    1.11  }
    1.12