mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-13 08:12:56 +02:00
bridge-utils: update to 1.6.
This commit is contained in:
parent
c6186240b9
commit
90a0875164
2 changed files with 4 additions and 34 deletions
|
@ -1,30 +0,0 @@
|
||||||
commit 5eebb7f9288b7881ffb929b1fd494fe3ac3be27d
|
|
||||||
Author: Russell Senior <russell@personaltelco.net>
|
|
||||||
Date: Wed Mar 6 12:49:42 2013 -0800
|
|
||||||
|
|
||||||
bridge-utils: Fix compile against linux-3.8.x
|
|
||||||
|
|
||||||
Linux 3.8 has a header, include/uapi/linux/if_bridge.h that uses a
|
|
||||||
struct in6_addr but doesn't define it. The trivial seeming fix of
|
|
||||||
including the header that does define it causes more problems. The
|
|
||||||
problem was discussed on mailing lists in January 2013. The final
|
|
||||||
suggestion I found was here:
|
|
||||||
|
|
||||||
http://www.redhat.com/archives/libvir-list/2013-January/msg01253.html
|
|
||||||
|
|
||||||
This is intended to implement that suggestion.
|
|
||||||
|
|
||||||
Signed-off-by: Russell Senior <russell@personaltelco.net>
|
|
||||||
|
|
||||||
diff --git a/libbridge/libbridge.h b/libbridge/libbridge.h
|
|
||||||
index 39964f2..dd14bae 100644
|
|
||||||
--- libbridge/libbridge.h
|
|
||||||
+++ libbridge/libbridge.h
|
|
||||||
@@ -20,6 +20,7 @@
|
|
||||||
#define _LIBBRIDGE_H
|
|
||||||
|
|
||||||
#include <sys/socket.h>
|
|
||||||
+#include <netinet/in.h>
|
|
||||||
#include <linux/if.h>
|
|
||||||
#include <linux/if_bridge.h>
|
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'bridge-utils'
|
# Template file for 'bridge-utils'
|
||||||
pkgname=bridge-utils
|
pkgname=bridge-utils
|
||||||
version=1.5
|
version=1.6
|
||||||
revision=11
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
short_desc="Layer2 ethernet bridging for Linux"
|
short_desc="Layer2 ethernet bridging for Linux"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge"
|
homepage="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge"
|
||||||
distfiles="${SOURCEFORGE_SITE}/bridge/$pkgname-$version.tar.gz"
|
distfiles="${KERNEL_SITE}/utils/net/bridge-utils/bridge-utils-${version}.tar.xz"
|
||||||
checksum=42f9e5fb8f6c52e63a98a43b81bd281c227c529f194913e1c51ec48a393b6688
|
checksum=cc67efb5d5fb8928a6569b3fade2b4042ec17da04678dab127d96b46489e26c8
|
||||||
configure_args="--sbindir=/usr/bin"
|
configure_args="--sbindir=/usr/bin"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue