mirror of
https://codeberg.org/kiss-community/repo
synced 2025-03-30 09:42:47 -06:00
libnl: bump to 3.5.0
This commit is contained in:
parent
761b4ec8f8
commit
09f0c8c604
@ -1,9 +1,5 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
# Fix issues on musl.
|
|
||||||
patch -p0 < musl-ipv6.patch
|
|
||||||
sed -i '/<linux\/if_bridge.h>/i#define _LINUX_IN6_H' lib/route/link/bridge.c
|
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
|
@ -1,2 +1 @@
|
|||||||
b7287637ae71c6db6f89e1422c995f0407ff2fe50cecd61a312b6a9b0921f5bf libnl-3.4.0.tar.gz
|
352133ec9545da76f77e70ccb48c9d7e5324d67f6474744647a7ed382b5e05fa libnl-3.5.0.tar.gz
|
||||||
1612b99cb124af51bd4d38be377e352f94d7730c32aabf519f0355f04d08b1c0 musl-ipv6.patch
|
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
--- include/linux-private/linux/ipv6.h 2016-12-10 08:04:32.000000000 -0700
|
|
||||||
+++ include/linux-private/linux/ipv6.h 2017-07-03 06:45:50.412094448 -0600
|
|
||||||
@@ -2,7 +2,9 @@
|
|
||||||
#define _IPV6_H
|
|
||||||
|
|
||||||
#include <asm/byteorder.h>
|
|
||||||
+#if defined(__GLIBC__)
|
|
||||||
#include <linux/in6.h>
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
/* The latest drafts declared increase in minimal mtu up to 1280. */
|
|
||||||
|
|
@ -1,2 +1 @@
|
|||||||
https://github.com/thom311/libnl/releases/download/libnl3_4_0/libnl-3.4.0.tar.gz
|
https://github.com/thom311/libnl/releases/download/libnl3_5_0/libnl-3.5.0.tar.gz
|
||||||
patches/musl-ipv6.patch
|
|
||||||
|
@ -1 +1 @@
|
|||||||
3.4.0 2
|
3.5.0 1
|
||||||
|
Loading…
Reference in New Issue
Block a user