# HG changeset patch # User Pascal Bellard # Date 1417264638 -3600 # Node ID 7a3e592e7c6a3ff51ff4a95d442a0f7861f84ff1 # Parent 4c8097897bd15f6d42f3f70f316ee3d0666ac9fc trickle: update bdeps diff -r 4c8097897bd1 -r 7a3e592e7c6a trickle/receipt --- a/trickle/receipt Sat Nov 29 12:17:14 2014 +0100 +++ b/trickle/receipt Sat Nov 29 13:37:18 2014 +0100 @@ -12,12 +12,15 @@ WGET_URL="https://github.com/mariusae/trickle/archive/$HASH.zip" DEPEND="libevent" -BUILD_DEPENDS="libevent-dev wget" +BUILD_DEPENDS="libevent-dev wget automake autoconf libtool" # Rules to configure and make the package. compile_rules() { touch libtrickle.so + aclocal + autoconf + automake --add-missing ./configure --prefix=/usr \ $CONFIGURE_ARGS && make &&