wok diff hubbub/receipt @ rev 15608

hubbub: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 06 20:31:17 2013 +0000 (2013-12-06)
parents de49f29b101e
children 12d5d6943718
line diff
     1.1 --- a/hubbub/receipt	Thu Dec 05 15:25:09 2013 +0000
     1.2 +++ b/hubbub/receipt	Fri Dec 06 20:31:17 2013 +0000
     1.3 @@ -18,7 +18,6 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	sed -i 's/-pedantic/-Wno-error=unused-but-set-variable &/' Makefile
     1.8  	make install DESTDIR=$DESTDIR PREFIX=/usr &&
     1.9  	make install COMPONENT_TYPE=lib-shared DESTDIR=$DESTDIR PREFIX=/usr
    1.10  }