summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheracles <heracles@localhost>2007-07-29 22:27:24 +0000
committerheracles <heracles@localhost>2007-07-29 22:27:24 +0000
commit6053aa17f9afae8f1134795181c4fadf7f2ff413 (patch)
treeb16e629ebbb9809f7707f3465d3fcc89c2020497 /dev-db/postgresql/postgresql-8.0.13.ebuild
parenttesting/dev-db/{libpq,postgresql}-8.1*: eliminate gnuconfig_update as per bug... (diff)
downloadtesting-6053aa17f9afae8f1134795181c4fadf7f2ff413.tar.gz
testing-6053aa17f9afae8f1134795181c4fadf7f2ff413.tar.bz2
testing-6053aa17f9afae8f1134795181c4fadf7f2ff413.zip
testing/dev-db/{libp,postgresql}-8.0*: eliminate gnuconfig_update as per bug #160178
svn path=/testing/; revision=276
Diffstat (limited to 'dev-db/postgresql/postgresql-8.0.13.ebuild')
-rw-r--r--dev-db/postgresql/postgresql-8.0.13.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-db/postgresql/postgresql-8.0.13.ebuild b/dev-db/postgresql/postgresql-8.0.13.ebuild
index 3a43bd1..45f85f9 100644
--- a/dev-db/postgresql/postgresql-8.0.13.ebuild
+++ b/dev-db/postgresql/postgresql-8.0.13.ebuild
@@ -105,12 +105,7 @@ src_unpack() {
src_compile() {
filter-flags -ffast-math -feliminate-dwarf2-dups
- # Detect mips systems properly
- gnuconfig_update
-
- cd "${S}"
-
- ./configure --prefix=/usr \
+ econf --prefix=/usr \
--includedir=/usr/include/postgresql/pgsql \
--sysconfdir=/etc/postgresql \
--mandir=/usr/share/man \