You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-proxy/wwwoffle/files/wwwoffle-2.9i-define.patch

21 lines
336 B

--- a/src/wwwoffled.c
+++ b/src/wwwoffled.c
@@ -15,6 +15,7 @@
#include "autoconfig.h"
+#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
--- a/src/cgi.c
+++ b/src/cgi.c
@@ -16,6 +16,7 @@
#include "autoconfig.h"
+#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>