15 lines
330 B
Text
15 lines
330 B
Text
|
Fix -fno-common, https://svnweb.freebsd.org/ports?view=revision&revision=545509
|
||
|
|
||
|
Index: http.c
|
||
|
--- http.c.orig
|
||
|
+++ http.c
|
||
|
@@ -6,7 +6,7 @@
|
||
|
#include "HTParse.h"
|
||
|
|
||
|
|
||
|
-char big_recvline[MAXTOREAD];
|
||
|
+static char big_recvline[MAXTOREAD];
|
||
|
|
||
|
char *
|
||
|
make_http_sendline(char *url, char *host, int port, int nocache)
|