Hi,

Ok thanks Robert. I see now on the website we can read online the onward 
branch. Do you think it will go in the trunk of svn or it's not in your 
projects? Or it will stay in branch/Onward? 


Regards,

-  
       Jean-Philippe MENGUAL
       Vice-Président de l'association traduc.org 
       Coordinateur du projet Linux From Scratch



Le dimanche 21 février 2010 à 23:45 -0700, [email protected] a
écrit :
> Author: robert
> Date: 2010-02-21 23:45:14 -0700 (Sun, 21 Feb 2010)
> New Revision: 1557
> 
> Modified:
>    branches/Onward/downloads/packages.txt
>    branches/Onward/temporary_system/gzip.txt
> Log:
> Bump to gzip-1.4.
> 
> Modified: branches/Onward/downloads/packages.txt
> ===================================================================
> --- branches/Onward/downloads/packages.txt    2010-02-22 06:34:29 UTC (rev 
> 1556)
> +++ branches/Onward/downloads/packages.txt    2010-02-22 06:45:14 UTC (rev 
> 1557)
> @@ -68,8 +68,8 @@
>  http://alpha.gnu.org/gnu/grub/grub-0.97.tar.gz
>  
>  # Gzip:
> -# http://ftp.gnu.org/gnu/gzip/gzip-1.3.12.tar.gz.sig
> -http://ftp.gnu.org/gnu/gzip/gzip-1.3.12.tar.gz
> +# http://ftp.gnu.org/gnu/gzip/gzip-1.4.tar.xz.sig
> +http://ftp.gnu.org/gnu/gzip/gzip-1.4.tar.xz
>  
>  # Linux kernel:
>  # http://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.20.tar.bz2.sign
> 
> Modified: branches/Onward/temporary_system/gzip.txt
> ===================================================================
> --- branches/Onward/temporary_system/gzip.txt 2010-02-22 06:34:29 UTC (rev 
> 1556)
> +++ branches/Onward/temporary_system/gzip.txt 2010-02-22 06:45:14 UTC (rev 
> 1557)
> @@ -1,14 +1,5 @@
>  # Temporary tools - Gzip
>  
> -# Gzip fails to build for me sometimes, and then builds the second time, for
> -# no particular reason... twilight zone stuff.
> -
> -for file in gzip.c lib/utimens.{c,h}
> -do
> -   cp -v $file{,.orig}
> -   sed 's/futimens/gl_&/' $file.orig > $file
> -done &&
> -
>  # This patch modifies 'znew' so we don't use temporary files:
>  
>  patch -p1 -i ../gzip-1.3.12-openbsd-owl-tmp.patch &&
> @@ -22,13 +13,14 @@
>  patch -p1 -i ../gzip-1.3.9-cve-2006-4337.patch &&
>  patch -p1 -i ../gzip-1.3.5-cve-2006-4338.patch &&
>  
> +# Configure, build, and install Gzip:
> +
>  mkdir -v obj/ &&
>  cd obj/ &&
> -
> -# NO_ASM is for textrels.
> -
>  env DEFS=NO_ASM ../configure --prefix=/tools \
>       --infodir=$(pwd)/DESTDIR --mandir=$(pwd)/DESTDIR &&
>  make &&
>  make install
>  
> +# NO_ASM disabled the non-PIC assembly code.
> +
> 

-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-book
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to