wok diff elfutils/receipt @ rev 22079

updated unixODBC, unixODBC-dev and libunixODBC (2.3.0 -> 2.3.7)
author Hans-G?nter Theisgen
date Tue Oct 29 17:42:14 2019 +0100 (2019-10-29)
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 Oct 29 17:42:14 2019 +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.