From cf308476ca0e102758a70c509ee72e261918ab07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 15 Feb 2017 07:43:46 +0100 Subject: [PATCH] nfs-utils: fix musl --- srcpkgs/nfs-utils/patches/musl-in6.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/nfs-utils/patches/musl-in6.patch diff --git a/srcpkgs/nfs-utils/patches/musl-in6.patch b/srcpkgs/nfs-utils/patches/musl-in6.patch new file mode 100644 index 00000000000..36344e9d85b --- /dev/null +++ b/srcpkgs/nfs-utils/patches/musl-in6.patch @@ -0,0 +1,12 @@ +--- utils/mount/network.c 2016-08-03 20:25:15.000000000 +0200 ++++ utils/mount/network.c 2017-02-15 07:42:42.811596000 +0100 +@@ -38,7 +38,9 @@ + #include + #include + #include ++#if defined(__GLIBC__) + #include ++#endif + #include + #include + #include