wok diff elfutils/receipt @ rev 19446
dillo: add stuff/fltk-1.3.3.u
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 15 18:21:21 2016 +0200 (2016-10-15) |
parents | 79949949dbb8 |
children | 7e911016a644 |
line diff
1.1 --- a/elfutils/receipt Sun Feb 08 18:13:43 2015 +0000 1.2 +++ b/elfutils/receipt Sat Oct 15 18:21:21 2016 +0200 1.3 @@ -23,8 +23,12 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure $CONFIGURE_ARGS && 1.8 - make && make install 1.9 + CFLAGS="$CFLAGS -Wno-error" 1.10 + ./configure \ 1.11 + --enable-thread-safety \ 1.12 + $CONFIGURE_ARGS && 1.13 + touch src/.deps/none_ld.Po && 1.14 + make -s && make install 1.15 } 1.16 1.17 # Rules to gen a SliTaz package suitable for Tazpkg.