summaryrefslogtreecommitdiff
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
commit664fcc86473af38663b00d8d129dfb82c4296084 (patch)
treee8dc4fc2ef36f3213145c240d2d0293b21d7fab1 /dev-db/pgcluster
parentRemove --with-gnu-ld option, bug #108386. (diff)
downloadhistorical-664fcc86473af38663b00d8d129dfb82c4296084.tar.gz
historical-664fcc86473af38663b00d8d129dfb82c4296084.tar.bz2
historical-664fcc86473af38663b00d8d129dfb82c4296084.zip
Remove --with-gnu-ld option, bug #108386.
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-db/pgcluster')
-rw-r--r--dev-db/pgcluster/ChangeLog6
-rw-r--r--dev-db/pgcluster/Manifest14
-rw-r--r--dev-db/pgcluster/pgcluster-1.3.0c.ebuild3
3 files changed, 18 insertions, 5 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/Manifest b/dev-db/pgcluster/Manifest
index a3bf813b142f..0dc1f2d6c85a 100644
--- a/dev-db/pgcluster/Manifest
+++ b/dev-db/pgcluster/Manifest
@@ -1,4 +1,7 @@
-MD5 a092d914d8ca016bd49d388a2377d6cf ChangeLog 1080
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 b0192cdfc42eb82a883348054cde29ba ChangeLog 1208
MD5 6c9838e26eae25f8c03081b98dd62408 files/digest-pgcluster-1.3.0b 70
MD5 c3f16a39a8ce23df03bc691c4a0b7533 files/digest-pgcluster-1.3.0c 70
MD5 bda92770ca02e1e04a8ca4fed68e7271 files/pgcluster-1.3.0b-gentoo.patch 1853
@@ -17,4 +20,11 @@ MD5 4ec662a9b662261c08747eb222363214 files/pgreplicate.init-1.3.0b 669
MD5 a7f52fea43e9a85bfc8d81c27ab760c9 files/pgreplicate.init-1.3.0c 669
MD5 f8d3d207746da2a3cd14dcaab8daab76 metadata.xml 163
MD5 3929651504be989ff69f230c4c42cb57 pgcluster-1.3.0b.ebuild 7780
-MD5 d4967086ba701b1376af369d8477316c pgcluster-1.3.0c.ebuild 7780
+MD5 0b2545c9df4937963b5f94bc3cd97002 pgcluster-1.3.0c.ebuild 7765
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDoquPAiZjviIA2XgRAj+FAJ40oTt25bOSSljgdzcchrHTe02TFgCfYjBw
+T8IawHOa0vSs4ejMLy/asRw=
+=5mDF
+-----END PGP SIGNATURE-----
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