mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libnl3: hackfix for aarch64-musl.
This commit is contained in:
parent
f8c7db3574
commit
ae003c9a33
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libnl3'
|
# Template file for 'libnl3'
|
||||||
pkgname=libnl3
|
pkgname=libnl3
|
||||||
version=3.2.28
|
version=3.2.28
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="libnl-${version}"
|
wrksrc="libnl-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
@ -16,6 +16,7 @@ checksum=cd608992c656e8f6e3ab6c1391b162a5a51c49336b9219f7f390e61fc5437c41
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
sed -i '/<linux\/if_bridge.h>/i#define _LINUX_IN6_H' lib/route/link/bridge.c
|
||||||
}
|
}
|
||||||
|
|
||||||
libnl3-devel_package() {
|
libnl3-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue