# HG changeset patch # User Pascal Bellard # Date 1298912718 -3600 # Node ID 1c8ac3b015bc2a7a31ab1cebdfba92ef32f1ba3c # Parent b76f49a0f2b888872394bc40248bf913578dd738 iproute2: add flex in BUILD_DEPENDS diff -r b76f49a0f2b8 -r 1c8ac3b015bc iproute2/receipt --- a/iproute2/receipt Mon Feb 28 17:53:32 2011 +0100 +++ b/iproute2/receipt Mon Feb 28 18:05:18 2011 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="utilites for networking and traffic control" MAINTAINER="allan316@gmail.com" DEPENDS="iptables db" -BUILD_DEPENDS="bison" +BUILD_DEPENDS="bison flex" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2" WGET_URL="http://devresources.linux-foundation.org/dev/$PACKAGE/download/$TARBALL"