From 2ea373edebe8c9bf77ba5665579120597d423cf8 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 28 Mar 2004 16:16:19 +0000 Subject: [PATCH] - flex options fix Changed files: bird-flex.patch -> 1.1 --- bird-flex.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bird-flex.patch 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 -- 2.43.0