wok-6.x diff hubbub/receipt @ rev 14808
Up: mariadb* (5.5.30)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Jul 17 13:30:02 2013 +0200 (2013-07-17) |
parents | d058f473eb3b |
children | de49f29b101e |
line diff
1.1 --- a/hubbub/receipt Sun May 15 04:16:00 2011 +0200 1.2 +++ b/hubbub/receipt Wed Jul 17 13:30:02 2013 +0200 1.3 @@ -17,6 +17,7 @@ 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 }