move old packages to old
This commit is contained in:
parent
1ee2276f8c
commit
71b5f9a679
7 changed files with 0 additions and 0 deletions
20
old/libnl/byacc-p-makefile.patch
Normal file
20
old/libnl/byacc-p-makefile.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -7619,7 +7619,7 @@
|
||||
@true
|
||||
|
||||
lib/route/pktloc_syntax.c: lib/route/pktloc_syntax.y lib/route/.dirstamp
|
||||
- $(AM_V_GEN) $(YACC) -d $(YFLAGS) -o $@ $<
|
||||
+ $(AM_V_GEN) $(YACC) -p pktloc_ -d $(YFLAGS) -o $@ $<
|
||||
|
||||
lib/route/cls/ematch_grammar.h: lib/route/cls/ematch_grammar.c
|
||||
@true
|
||||
@@ -7631,7 +7631,7 @@
|
||||
@true
|
||||
|
||||
lib/route/cls/ematch_syntax.c: lib/route/cls/ematch_syntax.y lib/route/cls/.dirstamp
|
||||
- $(AM_V_GEN) $(YACC) -d $(YFLAGS) -o $@ $<
|
||||
+ $(AM_V_GEN) $(YACC) -p ematch_ -d $(YFLAGS) -o $@ $<
|
||||
|
||||
$(lib_libnl_route_3_la_OBJECTS): $(grammar_files_headers)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue