From: Schantl Stefan Date: Sun, 4 Apr 2010 19:50:02 +0000 (+0200) Subject: iproute2: Update to version 2.5.33. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c60454e2c7b5d4e97fd7a3678ab08267c020678b;p=ipfire-3.x.git iproute2: Update to version 2.5.33. Fixes issue #537. --- diff --git a/pkgs/core/iproute2/iproute2.nm b/pkgs/core/iproute2/iproute2.nm index 94c29a08a..236884a39 100644 --- a/pkgs/core/iproute2/iproute2.nm +++ b/pkgs/core/iproute2/iproute2.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include PKG_NAME = iproute2 -PKG_VER = 2.6.29-1 +PKG_VER = 2.6.33 PKG_REL = 0 PKG_MAINTAINER = diff --git a/pkgs/core/iproute2/patches/iproute2-2.6.29-1-opt_flags.patch b/pkgs/core/iproute2/patches/iproute2-2.6.29-1-opt_flags.patch deleted file mode 100644 index aea736224..000000000 --- a/pkgs/core/iproute2/patches/iproute2-2.6.29-1-opt_flags.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up iproute2-2.6.29/Makefile.opt iproute2-2.6.29/Makefile ---- iproute2-2.6.29/Makefile.opt 2008-08-12 14:19:58.000000000 +0200 -+++ iproute2-2.6.29/Makefile 2008-08-12 14:21:42.000000000 +0200 -@@ -22,7 +22,7 @@ ADDLIB+=ipx_ntop.o ipx_pton.o - - CC = gcc - HOSTCC = gcc --CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -+CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall $(OPT_FLAGS) - CFLAGS = $(CCOPTS) -I../include $(DEFINES) - YACCFLAGS = -d -t -v -