diff options
| -rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils/0001-include-stdint.h-for-UINT16_MAX-definition.patch | 27 | ||||
| -rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils_2.1.1.bb | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-include-stdint.h-for-UINT16_MAX-definition.patch b/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-include-stdint.h-for-UINT16_MAX-definition.patch new file mode 100644 index 0000000000..235a2c76fc --- /dev/null +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-include-stdint.h-for-UINT16_MAX-definition.patch | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | From 36b48057bce76dced335d67a2894a420967811c9 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Sat, 20 May 2017 14:07:53 -0700 | ||
| 4 | Subject: [PATCH] include stdint.h for UINT16_MAX definition | ||
| 5 | |||
| 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 7 | --- | ||
| 8 | Upstream-Status: Pending | ||
| 9 | |||
| 10 | support/nsm/rpc.c | 1 + | ||
| 11 | 1 file changed, 1 insertion(+) | ||
| 12 | |||
| 13 | diff --git a/support/nsm/rpc.c b/support/nsm/rpc.c | ||
| 14 | index 4e5f40e..d91c6ea 100644 | ||
| 15 | --- a/support/nsm/rpc.c | ||
| 16 | +++ b/support/nsm/rpc.c | ||
| 17 | @@ -40,6 +40,7 @@ | ||
| 18 | |||
| 19 | #include <time.h> | ||
| 20 | #include <stdbool.h> | ||
| 21 | +#include <stdint.h> | ||
| 22 | #include <string.h> | ||
| 23 | #include <unistd.h> | ||
| 24 | #include <fcntl.h> | ||
| 25 | -- | ||
| 26 | 2.13.0 | ||
| 27 | |||
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.1.1.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.1.1.bb index bdf0efa330..d917c4d713 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.1.1.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.1.1.bb | |||
| @@ -31,6 +31,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.x | |||
| 31 | file://nfs-utils-Do-not-pass-CFLAGS-to-gcc-while-building.patch \ | 31 | file://nfs-utils-Do-not-pass-CFLAGS-to-gcc-while-building.patch \ |
| 32 | file://nfs-utils-debianize-start-statd.patch \ | 32 | file://nfs-utils-debianize-start-statd.patch \ |
| 33 | file://bugfix-adjust-statd-service-name.patch \ | 33 | file://bugfix-adjust-statd-service-name.patch \ |
| 34 | file://0001-include-stdint.h-for-UINT16_MAX-definition.patch \ | ||
| 34 | " | 35 | " |
| 35 | 36 | ||
| 36 | SRC_URI[md5sum] = "59dfcb2e6254b129f901f40c86086b13" | 37 | SRC_URI[md5sum] = "59dfcb2e6254b129f901f40c86086b13" |
