diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-24 03:28:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-24 03:28:24 +0000 |
commit | 76ec906e8863545b3295fb48ee1e10989a539882 (patch) | |
tree | eaa595f73afb0c274a79f37c5257e6ea3b7a5ea0 /dev-libs/glib/ChangeLog | |
parent | ppc (diff) | |
download | historical-76ec906e8863545b3295fb48ee1e10989a539882.tar.gz historical-76ec906e8863545b3295fb48ee1e10989a539882.tar.bz2 historical-76ec906e8863545b3295fb48ee1e10989a539882.zip |
Instead of being choosy about what arches to use -fPIC on, just use it on all of them. This fixes bug 48839 (pam fails to build on ia64)
Diffstat (limited to 'dev-libs/glib/ChangeLog')
-rw-r--r-- | dev-libs/glib/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog index b08246df07b7..bf65d4c3bbfe 100644 --- a/dev-libs/glib/ChangeLog +++ b/dev-libs/glib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/glib # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.67 2004/04/19 22:48:52 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.68 2004/04/24 03:28:24 agriffis Exp $ + + 23 Apr 2004; Aron Griffis <agriffis@gentoo.org> glib-1.2.10-r5.ebuild: + Instead of being choosy about what arches to use -fPIC on, just use it on all + of them. This fixes bug 48839 (pam fails to build on ia64) 19 Apr 2004; Jon Portnoy <avenj@gentoo.org> glib-1.2.10-r5.ebuild : Call gnuconfig_update on AMD64 to fix AMD64 bootstrap breakage. |