diff --git a/core/libnl/build b/core/libnl/build index 9e152918..105b0ee6 100755 --- a/core/libnl/build +++ b/core/libnl/build @@ -1,9 +1,5 @@ #!/bin/sh -e -# Fix issues on musl. -patch -p0 < musl-ipv6.patch -sed -i '//i#define _LINUX_IN6_H' lib/route/link/bridge.c - ./configure \ --prefix=/usr \ --sysconfdir=/etc \ diff --git a/core/libnl/checksums b/core/libnl/checksums index 430b6948..44ea30a5 100644 --- a/core/libnl/checksums +++ b/core/libnl/checksums @@ -1,2 +1 @@ -b7287637ae71c6db6f89e1422c995f0407ff2fe50cecd61a312b6a9b0921f5bf libnl-3.4.0.tar.gz -1612b99cb124af51bd4d38be377e352f94d7730c32aabf519f0355f04d08b1c0 musl-ipv6.patch +352133ec9545da76f77e70ccb48c9d7e5324d67f6474744647a7ed382b5e05fa libnl-3.5.0.tar.gz diff --git a/core/libnl/patches/musl-ipv6.patch b/core/libnl/patches/musl-ipv6.patch deleted file mode 100644 index 3d448172..00000000 --- a/core/libnl/patches/musl-ipv6.patch +++ /dev/null @@ -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 -+#if defined(__GLIBC__) - #include -+#endif - - /* The latest drafts declared increase in minimal mtu up to 1280. */ - diff --git a/core/libnl/sources b/core/libnl/sources index 12cee2f0..47e8b9d1 100644 --- a/core/libnl/sources +++ b/core/libnl/sources @@ -1,2 +1 @@ -https://github.com/thom311/libnl/releases/download/libnl3_4_0/libnl-3.4.0.tar.gz -patches/musl-ipv6.patch +https://github.com/thom311/libnl/releases/download/libnl3_5_0/libnl-3.5.0.tar.gz diff --git a/core/libnl/version b/core/libnl/version index 9bcb2bc0..ad1efe9a 100644 --- a/core/libnl/version +++ b/core/libnl/version @@ -1 +1 @@ -3.4.0 2 +3.5.0 1