Split musl patch into multiple small ones. Much easier to reason about. Removed stack protector patch. This is not an issue anymore. Removed NLS support. There seems to be a linking issue as libiconv-stub does not have a shared library component. Signed-off-by: Rosen Penev <rosenp@gmail.com>
10 lines
198 B
Diff
10 lines
198 B
Diff
--- a/src/mount_davfs.c
|
|
+++ b/src/mount_davfs.c
|
|
@@ -40,6 +40,7 @@
|
|
#ifdef HAVE_MNTENT_H
|
|
#include <mntent.h>
|
|
#endif
|
|
+#include <paths.h>
|
|
#include <pwd.h>
|
|
#include <signal.h>
|
|
#ifdef HAVE_STDINT_H
|