gentoo/net-proxy/squirm/files/squirm-1.26-gcc5.patch
Andreas Sturmlechner d9f811620f
net-proxy/squirm: Fix build with GCC-5
Adding squid to DEPEND because squid user is expected at install

Gentoo-bug: 554800

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2887
2016-11-21 22:35:33 +01:00

10 lines
182 B
Diff

--- a/util.h
+++ b/util.h
@@ -24,5 +24,5 @@
information.
*/
-inline void lower_case(char *str);
+extern inline void lower_case(char *str);
char *safe_strdup(const char *str);