From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/iproute2/patches/patch-Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package/iproute2/patches/patch-Makefile (limited to 'package/iproute2/patches/patch-Makefile') diff --git a/package/iproute2/patches/patch-Makefile b/package/iproute2/patches/patch-Makefile new file mode 100644 index 000000000..bb7ba6a10 --- /dev/null +++ b/package/iproute2/patches/patch-Makefile @@ -0,0 +1,19 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- iproute2-2.6.26.orig/Makefile 2008-07-25 22:46:07.000000000 +0200 ++++ iproute2-2.6.26/Makefile 2008-10-09 17:08:16.000000000 +0200 +@@ -21,13 +21,13 @@ ADDLIB+=ipx_ntop.o ipx_pton.o + + CC = gcc + HOSTCC = gcc +-CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall ++CCOPTS = -D_GNU_SOURCE -fwrapv -fno-ident -fwrapv -fno-ident -O2 -pipe -march=i586 -funit-at-a-time -pipe -march=i586 -funit-at-a-time -Wstrict-prototypes -Wall + CFLAGS = $(CCOPTS) -I../include $(DEFINES) + YACCFLAGS = -d -t -v + + LDLIBS += -L../lib -lnetlink -lutil + +-SUBDIRS=lib ip tc misc netem genl ++SUBDIRS=lib ip tc genl + + LIBNETLINK=../lib/libnetlink.a ../lib/libutil.a + -- cgit v1.2.3