# HG changeset patch # User Pascal Bellard # Date 1487172530 -3600 # Node ID 40925f93fd9edc787a555590a0d8fee73a978c2d # Parent 4bbada6faade4deb7334a78afc6750f9e038317c tcpreplay: update bdeps diff -r 4bbada6faade -r 40925f93fd9e tcpreplay/receipt --- a/tcpreplay/receipt Wed Feb 15 16:08:02 2017 +0100 +++ b/tcpreplay/receipt Wed Feb 15 16:28:50 2017 +0100 @@ -11,12 +11,11 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="libdnet" -BUILD_DEPENDS="libpcap-dev libdnet-dev tcpdump" +BUILD_DEPENDS="libpcap-dev libdnet-dev tcpdump libnl1" # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ $CONFIGURE_ARGS && make &&