iproute2: prevent linking against libelf

This commit is contained in:
Juergen Daubert 2017-05-09 12:28:54 +02:00
parent cf58c2795f
commit 1edabb07bb
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVequyqqJewP3rmvPfc+y7k60rwKE0r9djmegNYQO1EOw2ZLj6amGm0ua9M+bSADZGYzz+guvxhrRIKaU528TxxugI=
SHA256 (Pkgfile) = a51fba8763ba98784b6f517ff9c19ae960d6dceb3e04c58b0096bf95281a4faf
RWRJc1FUaeVeqqiOCDx5mADy2HWMrwUdR60Ryf7HUmlIjaqZy5L00w8a8cGWHXCEM5h0ZslMMwTv7vkyHUSwimbqZiL8P2QxIwA=
SHA256 (Pkgfile) = dd9049fb2a6a96959ee5fde092d7230fed8259b5b1f1f7f036c2419ae3743caa
SHA256 (.footprint) = d7c971186525194e7e6137af8c33c448fc14e7175266fda0e8c9d27020a37866
SHA256 (iproute2-4.11.0.tar.xz) = 72671028bda696d0cb8f48ec8e702581c3a501caeed33eec3a81d7041cbc8026
SHA256 (lo.iproute2) = ce94fcf414aa11927a66a221af14180f125f4efbf985dd4db9a1b43dad9cbcc7

View File

@ -5,7 +5,7 @@
name=iproute2
version=4.11.0
release=1
release=2
source=(https://www.kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz \
lo.iproute2 net.iproute2)
@ -13,7 +13,7 @@ build() {
cd $name-$version
./configure
make -j1 CCOPTS="$CFLAGS"
make -j1 HAVE_ELF="n" CCOPTS="$CFLAGS"
make -j1 MANDIR=/usr/share/man DESTDIR=$PKG install
rm -r $PKG/usr/share/doc