diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/config | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 8 insertions, 2 deletions
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 <andersen@codepoet.org> 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 |