diff options
Diffstat (limited to 'package/bridge-utils/patches')
-rw-r--r-- | package/bridge-utils/patches/patch-brctl_brctl_c | 13 | ||||
-rw-r--r-- | package/bridge-utils/patches/patch-configure_in | 10 | ||||
-rw-r--r-- | package/bridge-utils/patches/patch-libbridge_libbridge_h | 11 |
3 files changed, 0 insertions, 34 deletions
diff --git a/package/bridge-utils/patches/patch-brctl_brctl_c b/package/bridge-utils/patches/patch-brctl_brctl_c deleted file mode 100644 index 5305e47cc..000000000 --- a/package/bridge-utils/patches/patch-brctl_brctl_c +++ /dev/null @@ -1,13 +0,0 @@ ---- bridge-utils-1.5.orig/brctl/brctl.c 2011-03-29 02:52:54.000000000 +0200 -+++ bridge-utils-1.5/brctl/brctl.c 2013-12-27 20:58:33.000000000 +0100 -@@ -19,8 +19,9 @@ - #include <stdio.h> - #include <stdlib.h> - #include <string.h> --#include <sys/errno.h> -+#include <errno.h> - #include <getopt.h> -+#include <sys/types.h> - - #include "libbridge.h" - #include "config.h" diff --git a/package/bridge-utils/patches/patch-configure_in b/package/bridge-utils/patches/patch-configure_in deleted file mode 100644 index 0b61864cb..000000000 --- a/package/bridge-utils/patches/patch-configure_in +++ /dev/null @@ -1,10 +0,0 @@ ---- bridge-utils-1.5.orig/configure.in 2011-03-29 02:52:54.000000000 +0200 -+++ bridge-utils-1.5/configure.in 2013-11-03 15:09:52.000000000 +0100 -@@ -9,6 +9,7 @@ dnl Checks for programs. - AC_PROG_CC - AC_PROG_INSTALL - AC_PROG_RANLIB -+AC_CHECK_TOOL(AR, ar, ar) - - dnl Checks for header files. - AC_HEADER_STDC diff --git a/package/bridge-utils/patches/patch-libbridge_libbridge_h b/package/bridge-utils/patches/patch-libbridge_libbridge_h deleted file mode 100644 index bbfd4ccb3..000000000 --- a/package/bridge-utils/patches/patch-libbridge_libbridge_h +++ /dev/null @@ -1,11 +0,0 @@ ---- bridge-utils-1.5.orig/libbridge/libbridge.h 2011-03-29 02:52:54.000000000 +0200 -+++ bridge-utils-1.5/libbridge/libbridge.h 2013-12-27 21:01:15.000000000 +0100 -@@ -20,6 +20,8 @@ - #define _LIBBRIDGE_H - - #include <sys/socket.h> -+#include <sys/types.h> -+#include <netinet/in.h> - #include <linux/if.h> - #include <linux/if_bridge.h> - |