wok-current diff elfutils/receipt @ rev 18227
wine: modify /etc/locale.conf for UTF-8 support
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Jul 20 08:25:22 2015 +0200 (2015-07-20) |
parents | 79949949dbb8 |
children | 7e911016a644 |
line diff
1.1 --- a/elfutils/receipt Sun Feb 08 18:13:43 2015 +0000 1.2 +++ b/elfutils/receipt Mon Jul 20 08:25:22 2015 +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.