tag 614486 + patch thanks Hi,
The attached patch should fix the this bug. Cheers Laurent Bigonville
Description: Fix FTBFS with gcc 4.6 Author: Laurent Bigonville <bi...@debian.org> Bug-Debian: http://bugs.debian.org/614486 --- a/src/libcharon/plugins/stroke/stroke_ca.c +++ b/src/libcharon/plugins/stroke/stroke_ca.c @@ -324,7 +324,7 @@ { if (first) { - fprintf(out, label); + fprintf(out, "%s", label); first = FALSE; } else