diff options
Diffstat (limited to 'net-analyzer/ndoutils/files/ndoutils-2.0.0-asprintf.patch')
-rw-r--r-- | net-analyzer/ndoutils/files/ndoutils-2.0.0-asprintf.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net-analyzer/ndoutils/files/ndoutils-2.0.0-asprintf.patch b/net-analyzer/ndoutils/files/ndoutils-2.0.0-asprintf.patch deleted file mode 100644 index 21cf837ba36d..000000000000 --- a/net-analyzer/ndoutils/files/ndoutils-2.0.0-asprintf.patch +++ /dev/null @@ -1,16 +0,0 @@ -This is a fix for the QA warnings that result from using asprintf() -without defining it. That happens because asprintf() is a GNU -extension, but somehow gets used before _GNU_SOURCE is defined. - -Upstream-Bug: https://github.com/NagiosEnterprises/ndoutils/issues/43 - ---- a/include/config.h.in -+++ b/include/config.h.in -@@ -9,6 +9,7 @@ - #ifndef _CONFIG_H - #define _CONFIG_H - -+#define _GNU_SOURCE - #include <stdio.h> - #include <stdlib.h> - |