Author: Jakub Wilk <jwilk@debian.org>
Description: Fix FTBFS on mips/mipsel
Integrated-by: Ralf Treinen <treinen@debian.org>
Debian-bug: 593486

--- a/src/getopt.c
+++ b/src/getopt.c
@@ -35,7 +35,7 @@
 
 int     opterr = 1;
 int     optind = 1;
-int     optopt;
+static int optopt;
 char    *optarg;
 
 void ERR(char *s, char c, char **argv)  
