From c06b6204c20c1624dbe4d0dfd113309332fadbcc Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Mon, 10 Jul 2006 02:46:22 +0000 Subject: iputils 20020927: Add support for building with glibc 2.4. In glibc 2.4 several of the IPv6 constants were reanmed - this changes to using the new versions but also redefines them to the old versions when being used on glibc < 2.3 or uclibc. --- packages/iputils/iputils_20020927.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'packages/iputils/iputils_20020927.bb') diff --git a/packages/iputils/iputils_20020927.bb b/packages/iputils/iputils_20020927.bb index ac3c3d31a8..79a7021b5a 100644 --- a/packages/iputils/iputils_20020927.bb +++ b/packages/iputils/iputils_20020927.bb @@ -1,9 +1,10 @@ SECTION = "console/network" DESCRIPTION = "Utilities for the IP protocol, including traceroute6, \ tracepath, tracepath6, ping, ping6 and arping." +SECTION = "console/network" +MAINTAINER = "Jamie Lenehan " LICENSE ="BSD" -PRIORITY = "optional" -PR = "r2" +PR = "r3" SRC_URI = "http://www.tux.org/pub/people/alexey-kuznetsov/ip-routing/iputils-ss020927.tar.gz \ file://debian-fixes.patch;patch=1 \ @@ -11,7 +12,8 @@ SRC_URI = "http://www.tux.org/pub/people/alexey-kuznetsov/ip-routing/iputils-ss0 file://standard-header-types.patch;patch=1 \ file://tracepath6-mtu-opt.patch;patch=1 \ file://remove-glibc-headers.patch;patch=1 \ - file://iputils-retvals.patch;patch=1" + file://iputils-retvals.patch;patch=1 \ + file://glibc-2.4-compat.patch;patch=1" S = "${WORKDIR}/iputils" PACKAGES = "${PN}-ping ${PN}-ping6 ${PN}-arping ${PN}-tracepath ${PN}-tracepath6 ${PN}-traceroute6 ${PN}-doc" -- cgit 1.2.3-korg