void-packages/srcpkgs/dosfstools/patches/musl-path_max.patch
Alessio Sergi 376b9dd6fc dosfstools: update to 4.0
- build system has been converted to use autotools
- use '--enable-compat-symlinks' to install symlinks for legacy names of
  the tools
- udev support
- add patch to fix compilation with musl libc (upstreamed)
2016-05-06 19:29:23 +02:00

10 lines
163 B
Diff

--- src/device_info.c.orig
+++ src/device_info.c
@@ -17,6 +17,7 @@
*/
+#include <limits.h>
#include <stdint.h>
#include <stdbool.h>
#include <sys/types.h>