]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
iproute2: Update to version 2.5.33.
authorSchantl Stefan <Stevee@ipfire.org>
Sun, 4 Apr 2010 19:50:02 +0000 (21:50 +0200)
committerSchantl Stefan <Stevee@ipfire.org>
Sun, 4 Apr 2010 19:50:02 +0000 (21:50 +0200)
Fixes issue #537.

pkgs/core/iproute2/iproute2.nm
pkgs/core/iproute2/patches/iproute2-2.6.29-1-opt_flags.patch [deleted file]

index 94c29a08a1fe4baad7c43174d0119017e0ca82ca..236884a3915d4e4c0675eb0f615f373c413b7143 100644 (file)
@@ -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 (file)
index aea7362..0000000
+++ /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