Browse Source

iproute2: Updated (2.6.31 -> 2.6.33) (also rediffed makefile patch)

user/karasz/next/updates
Christian Wiese 15 years ago
parent
commit
18341e8ef5
  1. 8
      network/iproute2/iproute2-makefile.patch
  2. 4
      network/iproute2/iproute2.desc

8
network/iproute2/iproute2-makefile.patch

@ -14,10 +14,8 @@
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
diff --git a/Makefile b/Makefile
index 77a85c6..20e2f11 100644
--- a/Makefile
+++ b/Makefile
--- iproute2-2.6.33/Makefile.orig 2010-07-29 15:58:54.676088196 +0200
+++ iproute2-2.6.33/Makefile 2010-07-29 16:08:27.216258415 +0200
@@ -1,14 +1,14 @@
-DESTDIR=/usr/
-ROOTDIR=$(DESTDIR)
@ -36,7 +34,7 @@ index 77a85c6..20e2f11 100644
# Path to db_185.h include
-DBM_INCLUDE:=$(ROOTDIR)/usr/include
+DBM_INCLUDE:=$(DESTDIR)$(PREFIX)/include
+DBM_INCLUDE:=$(DESTDIR)/usr/include
SHARED_LIBS = y

4
network/iproute2/iproute2.desc

@ -36,9 +36,9 @@
[L] GPL
[S] Stable
[V] 2.6.31
[V] 2.6.33
[P] X -?---5---9 190.000
# temporal hack to srcdir, hopefully
[O] srcdir=$pkg/$pkg-$ver
[D] 2305543531 iproute2-2.6.31.tar.bz2 http://devresources.linuxfoundation.org/dev/iproute2/download/
[D] 3298688898 iproute2-2.6.33.tar.bz2 http://devresources.linuxfoundation.org/dev/iproute2/download/

Loading…
Cancel
Save