# HG changeset patch # User Pascal Bellard # Date 1554987096 -7200 # Node ID 29f98d2a8eea90db521463e7ab59908c81b97ead # Parent 5a902d3aec25a694e16227832f9426d3a322cbac libhtp; update bdeps diff -r 5a902d3aec25 -r 29f98d2a8eea libhtp/receipt --- a/libhtp/receipt Thu Apr 11 14:47:34 2019 +0200 +++ b/libhtp/receipt Thu Apr 11 14:51:36 2019 +0200 @@ -11,14 +11,14 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/OISF/$PACKAGE/archive/$VERSION.tar.gz" -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 }