Re: [PATCH] Nested app support for complete-bundle.sh

From: Dave Page <dpage(at)postgresql(dot)org>
To: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Nested app support for complete-bundle.sh
Date: 2007-04-15 17:09:44
Message-ID: 46225C58.3030706@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Florian G. Pflug wrote:
> Hi
>
> That symlinking-Framworks idea proved to be easier than I
> initially thought - here is a patch ;-)
>
> This patch also moves pkg to the end of the list of subdirs
> in the main Makefile.am. If pkg is listed before debugger,
> than complete-bundle.sh is run _before_ the debugger binary
> is copied into the bundle, which obviously causes all kinds
> of trouble ;-)

Cool - I do notice that you haven't removed my
if-appbundle-force-static-link hack - were you definitely testing a
dynamic build? Either way, that hack should be removed again to properly
enable this fix.

Regards, Dave.

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Florian G. Pflug 2007-04-15 17:19:55 Re: [PATCH] Nested app support for complete-bundle.sh
Previous Message Hiroshi Saito 2007-04-14 18:27:19 Re: [PATCH] Nested app support for complete-bundle.sh