From bd67eb44f96e730b2639bc1ec16387a007fbe7ba Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 15 Jul 2004 09:21:07 +0000 Subject: update packaging a bit --- debian/changelog | 6 ++++++ debian/config | 2 +- debian/rules | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 30b88f6e8..7f0beae18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +uclibc (0.9.26-3) unstable; urgency=low + + * minor updates + + -- Erik Andersen Thu, 15 Jul 2004 02:57:24 -0600 + uclibc (0.9.26-2) unstable; urgency=low * Fix some minor header file problems diff --git a/debian/config b/debian/config index 1177443ec..f7f7fcf5e 100644 --- a/debian/config +++ b/debian/config @@ -66,7 +66,7 @@ UCLIBC_TZ_FILE_PATH="/etc/TZ" # # Networking Support # -# UCLIBC_HAS_IPV6 is not set +UCLIBC_HAS_IPV6=y UCLIBC_HAS_RPC=y UCLIBC_HAS_FULL_RPC=y diff --git a/debian/rules b/debian/rules index 997d6d046..689ddc8b8 100755 --- a/debian/rules +++ b/debian/rules @@ -48,7 +48,7 @@ build-stamp: # Brute force method of getting kernel headers if [ ! -f /usr/src/$(kernel_source).tar.bz2 ] ; then \ - wget http://uclibc.org/downloads/$(kernel_source).tar.bz2 \ + wget http://uclibc.org/downloads/toolchain/$(kernel_source).tar.bz2 \ -O /usr/src/$(kernel_source).tar.bz2; \ fi; tar --bzip2 -xf /usr/src/$(kernel_source).tar.bz2 -- cgit v1.2.3