diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-16 12:13:21 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-16 12:13:21 +0000 |
commit | 387bc582664c5ca540614b53447cfcf7837771de (patch) | |
tree | 65af8e62c4da64fa92e9499d115c996e0dd0d3da /sci-libs/hdf5 | |
parent | Remove --with-gnu-ld option, bug #108386. (diff) | |
download | historical-387bc582664c5ca540614b53447cfcf7837771de.tar.gz historical-387bc582664c5ca540614b53447cfcf7837771de.tar.bz2 historical-387bc582664c5ca540614b53447cfcf7837771de.zip |
Remove --with-gnu-ld option, bug #108386.
Package-Manager: portage-2.0.53
Diffstat (limited to 'sci-libs/hdf5')
-rw-r--r-- | sci-libs/hdf5/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/hdf5/hdf5-1.6.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog index bc14cdb0fcf9..3c239f094a3d 100644 --- a/sci-libs/hdf5/ChangeLog +++ b/sci-libs/hdf5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/hdf5 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.7 2005/09/11 05:38:16 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.8 2005/12/16 12:12:09 flameeyes Exp $ + + 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> hdf5-1.6.4.ebuild: + Remove --with-gnu-ld option, bug #108386. 11 Sep 2005; Steve Arnold <nerdboy@gentoo.org> hdf5-1.6.2.ebuild: stable bump for sparc diff --git a/sci-libs/hdf5/hdf5-1.6.4.ebuild b/sci-libs/hdf5/hdf5-1.6.4.ebuild index 5888289ac9df..d69ada65acd2 100644 --- a/sci-libs/hdf5/hdf5-1.6.4.ebuild +++ b/sci-libs/hdf5/hdf5-1.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.4.ebuild,v 1.1 2005/04/17 20:55:44 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.4.ebuild,v 1.2 2005/12/16 12:12:09 flameeyes Exp $ inherit eutils @@ -36,7 +36,7 @@ src_compile() { use mpi && \ export CC="/usr/bin/mpicc" - ./configure ${myconf} --enable-linux-lfs --with-gnu-ld \ + ./configure ${myconf} --enable-linux-lfs \ --prefix=/usr \ --sysconfdir=/etc \ --infodir=/usr/share/info \ |