Browse Source

bridge-utils: marked cross compilable if requested and added patch ro fix missing include.

master
Nagy Karoly Gabriel 10 years ago
parent
commit
363346bd19
  1. 4
      network/bridge-utils/bridge-utils.desc
  2. 27
      network/bridge-utils/missing-types.patch

4
network/bridge-utils/bridge-utils.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../bridge-utils/bridge-utils.desc
[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2015 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -29,6 +29,6 @@
[L] GPL
[S] Stable
[V] 1.5
[P] X -----5---9 163.400
[P] X -?---5---9 163.400
[D] 247617486 bridge-utils-1.5.tar.gz http://dl.sourceforge.net/sourceforge/bridge/

27
network/bridge-utils/missing-types.patch

@ -0,0 +1,27 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../bridge-utils/missing-types.patch
# Copyright (C) 2015 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./libbridge/libbridge.h.orig 2011-03-29 03:52:54.000000000 +0300
+++ ./libbridge/libbridge.h 2015-02-14 12:47:37.862741128 +0200
@@ -20,6 +20,7 @@
#define _LIBBRIDGE_H
#include <sys/socket.h>
+#include <sys/types.h>
#include <linux/if.h>
#include <linux/if_bridge.h>
Loading…
Cancel
Save