]> git.pld-linux.org Git - packages/bird.git/commitdiff
- flex options fix
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Mar 2004 16:16:19 +0000 (16:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bird-flex.patch -> 1.1

bird-flex.patch [new file with mode: 0644]

diff --git a/bird-flex.patch b/bird-flex.patch
new file mode 100644 (file)
index 0000000..f5a418e
--- /dev/null
@@ -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
This page took 0.040705 seconds and 4 git commands to generate.