Bug-Debian: http://bugs.debian.org/191190

--- a/ifcico/flaglex.l
+++ b/ifcico/flaglex.l
@@ -8,7 +8,7 @@
 static char *yyPTR = NULL;
 static int yyBUFL;
 
-#ifndef yywrap
+#if defined NEED_YYWRAP_MACRO && !defined yywrap
 #define yywrap() 1
 #endif
 
--- a/ifcico/Makefile
+++ b/ifcico/Makefile
@@ -59,6 +59,7 @@ LIBS += -L ../iflib -lifmail
 else
 UTLIB = ../iflib/utlib.a
 endif
+LIBS += -lfl
 
 .c.o:
 	${CC} -c ${CFLAGS} ${INCLUDES} ${DEFINES} $<
