1.4 Branch & pg_config

From: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: 1.4 Branch & pg_config
Date: 2005-11-30 20:20:27
Message-ID: 438E098B.6010408@phlo.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

I just noted that the OSX-build of the 1.4 build is broken
due to the inclusion of the pg_dump-in-appbundle patch. The
patch assumes that PG_CONFIG is available inside pkg/mac/Makefile.am,
but the 1.4 buildsystem doesn't know about PG_CONFIG.

Would it be feasable to backport the postgres-specific
changes in the buildsystem to 1.4? If not, please apply
the attached patch. It's the most primitiv patch possible - it adds
AC_SUBST(LIBPQ_HOME) to acinclude.m4, and then hopes
that LIBPQ_HOME/bin/pg_{dump|restore} exists. It's not
pretty, but at least it makes building possible again ;-)

If you plan to backport the buildsystem-changes, then just
ignore this patch ;-)

greetings, Florian Pflug

Attachment Content-Type Size
pgadmin3.nopgconfig.patch text/plain 1.1 KB

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2005-11-30 21:46:25 Re: FW: Explain graphical explain...
Previous Message svn 2005-11-29 09:01:13 SVN Commit by dpage: r4765 - trunk/pgadmin3/src/include/images