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:
commit
8b1d6d6540
24
bridge-utils-1.5-ip6.patch
Normal file
24
bridge-utils-1.5-ip6.patch
Normal 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
|
@ -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
|
Thu Mar 21 08:26:47 UTC 2013 - mmeister@suse.com
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@ Group: Productivity/Networking/Routing
|
|||||||
Source: http://downloads.sourceforge.net/project/bridge/bridge/%{name}-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/project/bridge/bridge/%{name}-%{version}.tar.gz
|
||||||
Patch: %{name}-%{version}-hz.diff
|
Patch: %{name}-%{version}-hz.diff
|
||||||
Patch1: %{name}-%{version}-optflags.patch
|
Patch1: %{name}-%{version}-optflags.patch
|
||||||
|
Patch2: bridge-utils-1.5-ip6.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -49,6 +50,7 @@ The %{name} devel package contains files needed for development.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch
|
%patch
|
||||||
%patch1
|
%patch1
|
||||||
|
%patch2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
|
Loading…
Reference in New Issue
Block a user