diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-07-10 02:46:22 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-10 02:46:22 +0000 |
commit | c06b6204c20c1624dbe4d0dfd113309332fadbcc (patch) | |
tree | 218131ad7090ff993dac7487fe3735c1aea31df3 /packages/iputils/iputils_20020927.bb | |
parent | 6b1e91be1a11a991edb6b46c3454eb4fdc4cfd02 (diff) |
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.
Diffstat (limited to 'packages/iputils/iputils_20020927.bb')
-rw-r--r-- | packages/iputils/iputils_20020927.bb | 8 |
1 files changed, 5 insertions, 3 deletions
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 <lenehan@twibble.org>" 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" |