mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
libnl3: update to 3.5.0.
This commit is contained in:
parent
96dde9509f
commit
2cac91d81e
2 changed files with 5 additions and 16 deletions
|
@ -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,6 +1,6 @@
|
||||||
# Template file for 'libnl3'
|
# Template file for 'libnl3'
|
||||||
pkgname=libnl3
|
pkgname=libnl3
|
||||||
version=3.4.0
|
version=3.5.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="libnl-${version}"
|
wrksrc="libnl-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -8,11 +8,11 @@ configure_args="--disable-static"
|
||||||
hostmakedepends="automake flex libtool pkg-config"
|
hostmakedepends="automake flex libtool pkg-config"
|
||||||
conf_files="/etc/libnl/pktloc /etc/libnl/classid"
|
conf_files="/etc/libnl/pktloc /etc/libnl/classid"
|
||||||
short_desc="Netlink Protocol Library Suite"
|
short_desc="Netlink Protocol Library Suite"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1-only"
|
||||||
homepage="https://github.com/thom311/libnl"
|
homepage="https://github.com/thom311/libnl"
|
||||||
distfiles="https://github.com/thom311/libnl/releases/download/libnl${version//./_}/libnl-${version}.tar.gz"
|
distfiles="https://github.com/thom311/libnl/releases/download/libnl${version//./_}/libnl-${version}.tar.gz"
|
||||||
checksum=b7287637ae71c6db6f89e1422c995f0407ff2fe50cecd61a312b6a9b0921f5bf
|
checksum=352133ec9545da76f77e70ccb48c9d7e5324d67f6474744647a7ed382b5e05fa
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
@ -28,6 +28,7 @@ libnl3-devel_package() {
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libnl3-progs_package() {
|
libnl3-progs_package() {
|
||||||
short_desc+=" - cli utilities"
|
short_desc+=" - cli utilities"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue