wok-current diff elfutils/receipt @ rev 23031
updated libgcrypt and libgcrypt-dev (1.8.4 -> 1.8.5)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 03 17:21:19 2020 +0100 (2020-03-03) |
parents | 79949949dbb8 |
children | 7e911016a644 |
line diff
1.1 --- a/elfutils/receipt Sun Feb 08 18:13:43 2015 +0000 1.2 +++ b/elfutils/receipt Tue Mar 03 17:21:19 2020 +0100 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.