[package] iproute2: workaround compile issues with gcc 4.8.x
[openwrt.git] / package / network / utils / iproute2 / patches / 008-no_netem.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -35,7 +35,7 @@ WFLAGS := -Wall -Wstrict-prototypes
4  CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES)
5  YACCFLAGS = -d -t -v
6  
7 -SUBDIRS=lib ip tc bridge misc netem genl man
8 +SUBDIRS=lib ip tc bridge misc genl man
9  
10  LIBNETLINK=../lib/libnetlink.a ../lib/libutil.a
11  LDLIBS += $(LIBNETLINK)