aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libnl/libnl2/fix-pktloc-dep-race.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libnl/libnl2/fix-pktloc-dep-race.patch')
-rw-r--r--recipes/libnl/libnl2/fix-pktloc-dep-race.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes/libnl/libnl2/fix-pktloc-dep-race.patch b/recipes/libnl/libnl2/fix-pktloc-dep-race.patch
index 50acee4d26..ee217441b6 100644
--- a/recipes/libnl/libnl2/fix-pktloc-dep-race.patch
+++ b/recipes/libnl/libnl2/fix-pktloc-dep-race.patch
@@ -1,7 +1,3 @@
----
- lib/Makefile.am | 3 +++
- 1 file changed, 3 insertions(+)
-
Index: libnl-2.0/lib/Makefile.am
===================================================================
--- libnl-2.0.orig/lib/Makefile.am
@@ -14,9 +10,8 @@ Index: libnl-2.0/lib/Makefile.am
+
# Hack to avoid using ylwrap. It does not function correctly in combination
# with --header-file=
--route/pktloc_grammar.c: route/pktloc_grammar.l
+route/pktloc_grammar.h: route/pktloc_grammar.c
-+route/pktloc_grammar.c: route/pktloc_grammar.y
+ route/pktloc_grammar.c: route/pktloc_grammar.l
$(LEX) --header-file=route/pktloc_grammar.h $(LFLAGS) -o $@ $^
+route/pktloc_syntax.h: route/pktloc_syntax.c