SHA256
1
0
forked from pool/bridge-utils

Accepting request 176750 from network:utilities

- added missing include to fix build in factory
  bridge-utils-1.5-ip6.patch (forwarded request 176677 from -miska-)

OBS-URL: https://build.opensuse.org/request/show/176750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bridge-utils?expand=0&rev=23
This commit is contained in:
Stephan Kulow 2013-05-28 05:28:09 +00:00 committed by Git OBS Bridge
commit 8b1d6d6540
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,24 @@
Index: libbridge/libbridge.h
===================================================================
--- libbridge/libbridge.h.orig
+++ libbridge/libbridge.h
@@ -21,6 +21,7 @@
#include <sys/socket.h>
#include <linux/if.h>
+#include <linux/in6.h>
#include <linux/if_bridge.h>
/* defined in net/if.h but that conflicts with linux/if.h... */
Index: libbridge/libbridge_private.h
===================================================================
--- libbridge/libbridge_private.h.orig
+++ libbridge/libbridge_private.h
@@ -24,6 +24,7 @@
#include <linux/sockios.h>
#include <sys/time.h>
#include <sys/ioctl.h>
+#include <linux/in6.h>
#include <linux/if_bridge.h>
#define MAX_BRIDGES 1024

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 27 10:37:08 CEST 2013 - mhrusecky@suse.cz
- added missing include to fix build in factory
bridge-utils-1.5-ip6.patch
-------------------------------------------------------------------
Thu Mar 21 08:26:47 UTC 2013 - mmeister@suse.com

View File

@ -28,6 +28,7 @@ Group: Productivity/Networking/Routing
Source: http://downloads.sourceforge.net/project/bridge/bridge/%{name}-%{version}.tar.gz
Patch: %{name}-%{version}-hz.diff
Patch1: %{name}-%{version}-optflags.patch
Patch2: bridge-utils-1.5-ip6.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -49,6 +50,7 @@ The %{name} devel package contains files needed for development.
%setup -q
%patch
%patch1
%patch2
%build
autoreconf -fiv