aports/community/ciwiki/gcc-10.patch
2024-01-22 21:32:57 +00:00

15 lines
335 B
Diff

Upstream: Should be
Reason: Fixes compilation under gcc-10
--- a/src/wiki.c
+++ b/src/wiki.c
@@ -50,7 +50,7 @@ extern int secureLogin;
extern char* secureKey;
-int loginform;
+extern int loginform;
/* read wiki page, styles.css, header, forms and allocate enough mem
* don't forget to free() the allocated memory */