# HG changeset patch # User Pascal Bellard # Date 1554994437 -7200 # Node ID da1bb332261054478587c6ce2ba0d22ea09ce932 # Parent 95e4621e06a25609058727331ec34221f1242d3d libiodbc: update bdeps diff -r 95e4621e06a2 -r da1bb3322610 libiodbc/receipt --- a/libiodbc/receipt Thu Apr 11 15:39:08 2019 +0100 +++ b/libiodbc/receipt Thu Apr 11 16:53:57 2019 +0200 @@ -12,14 +12,14 @@ WGET_URL="https://github.com/openlink/iODBC/archive/v$VERSION.zip" DEPENDS="" -BUILD_DEPENDS="automake" +BUILD_DEPENDS="automake libtool" # Rules to configure and make the package. compile_rules() { ./autogen.sh && ./configure $CONFIGURE_ARGS && - make -j 1 && + make && make install }