From: Jakub Bogusz Date: Sun, 28 Mar 2004 16:16:19 +0000 (+0000) Subject: - flex options fix X-Git-Tag: auto/ac/bird-1_0_7-1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbird.git;a=commitdiff_plain;h=2ea373edebe8c9bf77ba5665579120597d423cf8 - flex options fix Changed files: bird-flex.patch -> 1.1 --- diff --git a/bird-flex.patch b/bird-flex.patch new file mode 100644 index 0000000..f5a418e --- /dev/null +++ b/bird-flex.patch @@ -0,0 +1,10 @@ +--- bird-1.0.7/conf/Makefile.orig 2003-08-14 10:13:15.000000000 +0200 ++++ bird-1.0.7/conf/Makefile 2004-03-28 18:21:59.429195616 +0200 +@@ -24,6 +24,6 @@ + $(M4) -P $(conf-src)/gen_commands.m4 $(srcdir)/client/cmds.m4 $(conf-fragments) | sort >commands.h + + cf-lex.c: cf-lex.l +- $(FLEX) $(FLEX_DEBUG) -sB8 -ocf-lex.c -Pcf_ cf-lex.l ++ $(FLEX) $(FLEX_DEBUG) -s -B -8 -ocf-lex.c -Pcf_ cf-lex.l + + depend: keywords.h commands.h cf-parse.tab.c cf-lex.c