summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-16 11:56:51 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-16 11:56:51 +0000
commit3be06156d002cc8df8c8a2ff102fa7f51c628b7d (patch)
treea10accabc293d510d93be22f97b6c8c345c1156d /dev-db
parentRemove GNUish cp -a call. Bug #103487. (diff)
downloadgentoo-2-3be06156d002cc8df8c8a2ff102fa7f51c628b7d.tar.gz
gentoo-2-3be06156d002cc8df8c8a2ff102fa7f51c628b7d.tar.bz2
gentoo-2-3be06156d002cc8df8c8a2ff102fa7f51c628b7d.zip
Remove --with-gnu-ld option, bug #108386.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/pgcluster/ChangeLog6
-rw-r--r--dev-db/pgcluster/pgcluster-1.3.0c.ebuild3
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/pgcluster/ChangeLog b/dev-db/pgcluster/ChangeLog
index a467678659ce..a04889549e5e 100644
--- a/dev-db/pgcluster/ChangeLog
+++ b/dev-db/pgcluster/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/pgcluster
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/ChangeLog,v 1.3 2005/10/24 03:50:17 nakano Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/ChangeLog,v 1.4 2005/12/16 11:56:51 flameeyes Exp $
+
+ 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
+ pgcluster-1.3.0c.ebuild:
+ Remove --with-gnu-ld option, bug #108386.
24 Oct 2005; Masatomo Nakano <nakano@gentoo.org> pgcluster-1.3.0b.ebuild,
pgcluster-1.3.0c.ebuild:
diff --git a/dev-db/pgcluster/pgcluster-1.3.0c.ebuild b/dev-db/pgcluster/pgcluster-1.3.0c.ebuild
index e5f1a9d15ef1..c727a4c58245 100644
--- a/dev-db/pgcluster/pgcluster-1.3.0c.ebuild
+++ b/dev-db/pgcluster/pgcluster-1.3.0c.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/dev-db/pgcluster/pgcluster-1.3.0c.ebuild,v 1.4 2005/10/24 03:50:17 nakano Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/pgcluster-1.3.0c.ebuild,v 1.5 2005/12/16 11:56:51 flameeyes Exp $
inherit eutils gnuconfig flag-o-matic multilib
@@ -91,7 +91,6 @@ src_compile() {
--with-docdir=/usr/share/doc/${PF} \
--libdir=/usr/$(get_libdir) \
--enable-depend \
- --with-gnu-ld \
--with-maxbackends=${MAX_CONNECTIONS} \
--sysconfdir=/etc \
$myconf || die