libnl3: hackfix for aarch64-musl.

This commit is contained in:
Christian Neukirchen 2016-09-16 17:22:02 +02:00
parent f8c7db3574
commit ae003c9a33
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'libnl3'
pkgname=libnl3
version=3.2.28
revision=1
revision=2
wrksrc="libnl-${version}"
build_style=gnu-configure
configure_args="--disable-static"
@ -16,6 +16,7 @@ checksum=cd608992c656e8f6e3ab6c1391b162a5a51c49336b9219f7f390e61fc5437c41
pre_configure() {
autoreconf -fi
sed -i '/<linux\/if_bridge.h>/i#define _LINUX_IN6_H' lib/route/link/bridge.c
}
libnl3-devel_package() {