summaryrefslogtreecommitdiffstats
path: root/package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch
diff options
context:
space:
mode:
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-09-12 11:05:55 +0000
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-09-12 11:05:55 +0000
commit0748f978567bc71c4c46c0e04a5eba3603171b64 (patch)
treec187778614725017a788864badf1ca75edbcff88 /package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch
parent8eeeaa5f3ffc20ddeca17d6dcf374faa1dc4f172 (diff)
iproute2: Add lex/yacc files dependencies. Refresh other patches.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23027 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch')
-rw-r--r--package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch b/package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch
new file mode 100644
index 000000000..5688f374b
--- /dev/null
+++ b/package/iproute2/patches/050-bison_flex_makefile_deps_fix.patch
@@ -0,0 +1,11 @@
+--- a/tc/Makefile
++++ b/tc/Makefile
+@@ -95,6 +95,8 @@ MODDESTDIR := $(DESTDIR)$(patsubst /usr%
+
+ all: libtc.a tc $(TCSO)
+
++$(TCOBJ): emp_ematch.yacc.c emp_ematch.lex.c
++
+ tc: $(TCOBJ) $(LIBNETLINK) $(LIBUTIL) $(TCLIB)
+
+ libtc.a: $(TCLIB)