Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4d2911247dc8c592fd65021e364ab34c4fd4aedb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4d2911247dc8c592fd65021e364ab34c4fd4aedb)
  • Date: Tue, 22 Sep 2009 18:19:23 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Treeve Jelbert wrote:
> GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
>
> libs/glibc/BUILD | 2 ++
> libs/glibc/DETAILS | 2 +-
> libs/glibc/HISTORY | 4 ++++
> 3 files changed, 7 insertions(+), 1 deletion(-)
>
> New commits:
> commit f34a4c13db1091d37b19112fa0764272f10c0662
> Author: Treeve Jelbert <treeve AT sourcemage.org>
> Commit: Treeve Jelbert <treeve AT sourcemage.org>
>
> glibc - mimimise optimisations
>
> diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD
> index e041599..e0354ab 100755
> --- a/libs/glibc/BUILD
> +++ b/libs/glibc/BUILD
> @@ -47,6 +47,8 @@ OPTS="$OPTS --enable-add-ons=${ADDONS/ /,}" &&
>
> if [ "$GLIBC_NPTL" = "y" ]
> then
> +# minimise optimisation level
> + CFLAGS="${CFLAGS//-O?/}" &&
> CFLAGS="-O2 ${CFLAGS//-Os/}"
> else
> #
> diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS
> index a49cc03..9ec2cfe 100755
> --- a/libs/glibc/DETAILS
> +++ b/libs/glibc/DETAILS
> @@ -49,7 +49,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
> SOURCE4_GPG=gnu.gpg:$SOURCE4.sig:UPSTREAM_KEY
> SOURCE5_IGNORE=signature
> fi
> - PATCHLEVEL=0
> + PATCHLEVEL=1
> fi
> if [[ $GLIBC_SANITIZE_HEADERS == n ]]; then
> HEADERS_VERSION=2.6.31
> diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
> index cad6a3a..63fae7d 100644
> --- a/libs/glibc/HISTORY
> +++ b/libs/glibc/HISTORY
> @@ -1,3 +1,7 @@
> +2009-09-22 Treeve Jelbert <treeve AT sourcemage.org>
> + * DETAILS: PATCHLEVEL++
> + * BUILD: mimimise optimisations, to prevent race conditions in some
> other packages
> +
> 2009-09-18 Eric Sandall <sandalle AT sourcemage.org>
> * DETAILS: Updated Linux kernel headers to 2.6.31

For changes like this, please provide links in HISTORY and/or commit to
bugs (upstream or ours) describing this behaviour and that it has been
fixed.

- -sandalle

- --
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkq5d5sACgkQHXt9dKjv3WGkRgCgsS/0a7VYQqw8jPIOu9PBAvYx
hWkAn2pMejnMoRNKmVesgyWgndK7YzUv
=SJSQ
-----END PGP SIGNATURE-----




Archive powered by MHonArc 2.6.24.

Top of Page