diff options
Diffstat (limited to 'main/ifupdown/musl-macros-archlinux.patch')
-rw-r--r-- | main/ifupdown/musl-macros-archlinux.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/ifupdown/musl-macros-archlinux.patch b/main/ifupdown/musl-macros-archlinux.patch new file mode 100644 index 0000000000..e72e6d79ba --- /dev/null +++ b/main/ifupdown/musl-macros-archlinux.patch @@ -0,0 +1,13 @@ +--- a/archlinux.c 2018-08-25 16:09:19.000000000 +0200 ++++ b/archlinux.c 2019-06-01 19:02:42.615387535 +0200 +@@ -10,6 +10,10 @@ + + #include "archcommon.h" + ++#ifndef FNM_EXTMATCH ++#define FNM_EXTMATCH 0 ++#endif ++ + bool variable_match(const char *iface, const char *variable, const char *pattern) { + // Map platform-independent variables to sysfs names + if(!strcasecmp(variable, "mac")) |