diff options
Diffstat (limited to 'net-analyzer/ndoutils/files/ndoutils-1.4_beta9-asprintf.patch')
-rw-r--r-- | net-analyzer/ndoutils/files/ndoutils-1.4_beta9-asprintf.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-analyzer/ndoutils/files/ndoutils-1.4_beta9-asprintf.patch b/net-analyzer/ndoutils/files/ndoutils-1.4_beta9-asprintf.patch new file mode 100644 index 000000000000..146132c21de3 --- /dev/null +++ b/net-analyzer/ndoutils/files/ndoutils-1.4_beta9-asprintf.patch @@ -0,0 +1,10 @@ +--- 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> + |