ports/core (3.3): iproute2: don't link against libelf
commit 78d8ea148283db26c209a536b3987f3a25b11189 Author: Juergen Daubert <jue@jue.li> Date: Fri Jan 5 12:54:49 2018 +0100 iproute2: don't link against libelf diff --git a/iproute2/.signature b/iproute2/.signature index 60918f8c..4f49af7c 100644 --- a/iproute2/.signature +++ b/iproute2/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqss3WWJQglVFyNsZ8HUFZVKTSeJ7iU12hfKw+8yBX4JPCYBcr4ymEAKebVhG0drGjGNdpW+/Gne63MmF7yN+3Aw= -SHA256 (Pkgfile) = 88e963a187a8e03de80d274d8a53e74587b704cb9039385f37f54a03db1f4f18 +RWRJc1FUaeVeqo1+rL63QDPIwra9Ky40mDoJodMPazcF3qomVE++zSr4rB/6wGZNyscq+JspAZwwr5rOg7waI83fSgxDqjw15gI= +SHA256 (Pkgfile) = 9e0a3fe6c51cb9f6d27066a191f328f3529d442591ce3b1282e18940f8d5deb6 SHA256 (.footprint) = b558acee208c8b86b091f6e8934409791e3d336bed2bf18868ccba04990531af SHA256 (iproute2-4.14.1.tar.xz) = d43ac068afcc350a448f4581b6e292331ef7e4e7aa746e34981582d5fdb10067 SHA256 (lo.iproute2) = ce94fcf414aa11927a66a221af14180f125f4efbf985dd4db9a1b43dad9cbcc7 diff --git a/iproute2/Pkgfile b/iproute2/Pkgfile index 9783cbc8..ba52f0f4 100644 --- a/iproute2/Pkgfile +++ b/iproute2/Pkgfile @@ -5,15 +5,18 @@ name=iproute2 version=4.14.1 -release=1 +release=2 source=(https://www.kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz \ lo.iproute2 net.iproute2) build() { cd $name-$version + # don't link against libelf + sed -e '/^check_elf$/d' -i configure + ./configure - make -j1 HAVE_ELF="n" CCOPTS="$CFLAGS" + make -j1 CCOPTS="$CFLAGS" make -j1 MANDIR=/usr/share/man DESTDIR=$PKG install rm -r $PKG/usr/share/doc
participants (1)
-
crux@crux.nu