diff options
Diffstat (limited to 'package/network/utils/iproute2/patches/008-no_netem.patch')
-rw-r--r-- | package/network/utils/iproute2/patches/008-no_netem.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/utils/iproute2/patches/008-no_netem.patch b/package/network/utils/iproute2/patches/008-no_netem.patch index c804b14fc..a6a74aa80 100644 --- a/package/network/utils/iproute2/patches/008-no_netem.patch +++ b/package/network/utils/iproute2/patches/008-no_netem.patch @@ -1,11 +1,11 @@ --- a/Makefile +++ b/Makefile -@@ -33,7 +33,7 @@ CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prot - CFLAGS = $(CCOPTS) -I../include $(DEFINES) +@@ -34,7 +34,7 @@ WFLAGS = -Wall -Wstrict-prototypes + CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES) YACCFLAGS = -d -t -v --SUBDIRS=lib ip tc misc netem genl -+SUBDIRS=lib ip tc misc genl +-SUBDIRS=lib ip tc bridge misc netem genl man ++SUBDIRS=lib ip tc bridge misc genl man LIBNETLINK=../lib/libnetlink.a ../lib/libutil.a LDLIBS += $(LIBNETLINK) |