wok-current diff glibc/receipt @ rev 3152
Up: glibc (2.10.1) - Use the last stable release
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 24 12:19:32 2009 +0200 (2009-05-24) |
parents | ab6f0fde903d |
children | 0b10fe4a9b25 |
line diff
1.1 --- a/glibc/receipt Sun Apr 26 21:06:51 2009 +0200 1.2 +++ b/glibc/receipt Sun May 24 12:19:32 2009 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="glibc" 1.7 -VERSION="2.9" 1.8 +VERSION="2.10.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The GNU C libraries. This package is used to compile the libc." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -23,7 +23,7 @@ 1.13 # to the source tree to keep $src and $_pkg for genpkg. 1.14 mkdir -p ../$PACKAGE-$VERSION/_pkg/etc 1.15 touch ../$PACKAGE-$VERSION/_pkg/etc/ld.so.conf 1.16 - echo "CFLAGS += -march=i486 -mtune=native" > configparms 1.17 + echo "CFLAGS += -march=i486 -mtune=native -O3 -pipe" > configparms 1.18 ../$PACKAGE-$VERSION/configure \ 1.19 --prefix=/usr \ 1.20 --infodir=/usr/share/info \