diff --git a/srcpkgs/bridge-utils/patches/fix-musl.patch b/srcpkgs/bridge-utils/patches/fix-musl.patch new file mode 100644 index 0000000000..bed389d113 --- /dev/null +++ b/srcpkgs/bridge-utils/patches/fix-musl.patch @@ -0,0 +1,10 @@ +--- libbridge/libbridge.h.orig 2015-12-30 17:26:10.283593908 +0100 ++++ libbridge/libbridge.h 2015-12-30 17:26:21.535594424 +0100 +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + + /* defined in net/if.h but that conflicts with linux/if.h... */ + extern unsigned int if_nametoindex (const char *__ifname); diff --git a/srcpkgs/bridge-utils/template b/srcpkgs/bridge-utils/template index e119ad4b63..859c51f626 100644 --- a/srcpkgs/bridge-utils/template +++ b/srcpkgs/bridge-utils/template @@ -1,7 +1,7 @@ # Template file for 'bridge-utils' pkgname=bridge-utils version=1.5 -revision=9 +revision=10 build_style=gnu-configure hostmakedepends="automake" short_desc="Layer2 ethernet bridging for Linux"