diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches/progress-linux/0001-reexport-include.patch | 14 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0001-reexport-include.patch b/debian/patches/progress-linux/0001-reexport-include.patch new file mode 100644 index 0000000..36c3030 --- /dev/null +++ b/debian/patches/progress-linux/0001-reexport-include.patch @@ -0,0 +1,14 @@ +Author: Daniel Baumann <daniel.baumann@progress-linux.org> +Description: Adding missing header include in reexport to fix FTBFS. + +diff -Naurp nfs-utils.orig/support/reexport/reexport.c nfs-utils/support/reexport/reexport.c +--- nfs-utils.orig/support/reexport/reexport.c ++++ nfs-utils/support/reexport/reexport.c +@@ -8,6 +8,7 @@ + #include <sys/types.h> + #include <sys/vfs.h> + #include <errno.h> ++#include <stddef.h> + + #include "nfsd_path.h" + #include "conffile.h" diff --git a/debian/patches/series b/debian/patches/series index cd3fe23..4400a6c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ multiarch-kerberos-paths.patch always-run-generator.patch fsidd-call-anonymous-sockets-by-their-name-only-don-.patch +progress-linux/0001-reexport-include.patch |