openvpn: use iproute2 as net-tools was removed. closes FS#1018

This commit is contained in:
Thomas Penteker 2014-05-22 10:26:38 +02:00
parent 9894baa03a
commit 9c0ab0eb3f

View File

@ -15,6 +15,7 @@ build() {
./configure --prefix=/usr \
--mandir=/usr/man \
--enable-iproute2 \
--disable-plugin-auth-pam
make
make DESTDIR=$PKG install