wok diff libiodbc/receipt @ rev 22571

updated bullet and bullet-dev (2.82-r2704 -> 2.89)
author Hans-G?nter Theisgen
date Mon Jan 06 09:36:50 2020 +0100 (2020-01-06)
parents 31f88f776bbc
children 749347c24b5c
line diff
     1.1 --- a/libiodbc/receipt	Thu Apr 11 14:44:37 2019 +0100
     1.2 +++ b/libiodbc/receipt	Mon Jan 06 09:36:50 2020 +0100
     1.3 @@ -12,14 +12,14 @@
     1.4  WGET_URL="https://github.com/openlink/iODBC/archive/v$VERSION.zip"
     1.5  
     1.6  DEPENDS=""
     1.7 -BUILD_DEPENDS="automake"
     1.8 +BUILD_DEPENDS="automake libtool"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	./autogen.sh &&
    1.14  	./configure $CONFIGURE_ARGS &&
    1.15 -	make -j 1 &&
    1.16 +	make &&
    1.17  	make install
    1.18  }
    1.19