diff options
Diffstat (limited to 'main/iproute2/APKBUILD')
-rw-r--r-- | main/iproute2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/iproute2/APKBUILD b/main/iproute2/APKBUILD index 8a8ce7399a..a6ed9ba679 100644 --- a/main/iproute2/APKBUILD +++ b/main/iproute2/APKBUILD @@ -2,14 +2,14 @@ pkgname=iproute2 pkgver=4.6.0 _realver=$pkgver -pkgrel=1 +pkgrel=2 pkgdesc="IP Routing Utilities" url="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2" arch="all" license="GPL2" depends= install="$pkgname.post-install" -makedepends="bison flex bash iptables-dev" +makedepends="bison flex bash iptables-dev libelf-dev" subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp" source="http://kernel.org/pub/linux/utils/net/iproute2/iproute2-$pkgver.tar.xz musl-fixes.patch" |