# HG changeset patch # User Pascal Bellard # Date 1456682899 -3600 # Node ID 66f45448c1174426d6f083617dcbece247599907 # Parent 951fae759049a7e8ff43764eb960cfaa4c5dc1eb mtr: update bdeps diff -r 951fae759049 -r 66f45448c117 mtr/receipt --- a/mtr/receipt Sun Feb 28 15:05:55 2016 +0000 +++ b/mtr/receipt Sun Feb 28 19:08:19 2016 +0100 @@ -11,11 +11,12 @@ WGET_URL="ftp://ftp.bitwizard.nl/mtr/$TARBALL" DEPENDS="ncurses" -BUILD_DEPENDS="ncurses-dev" +BUILD_DEPENDS="ncurses-dev autoconf automake" # Rules to configure and make the package. compile_rules() { + ./bootstrap.sh export LDFLAGS="$LDFLAGS -ltinfo" ./configure \ --prefix=/usr \