Re: [PATCH] Nested app support for complete-bundle.sh - Mailing list pgadmin-hackers

From Dave Page
Subject Re: [PATCH] Nested app support for complete-bundle.sh
Date
Msg-id 46225C58.3030706@postgresql.org
Whole thread Raw
In response to [PATCH] Nested app support for complete-bundle.sh  ("Florian G. Pflug" <fgp@phlo.org>)
Responses Re: [PATCH] Nested app support for complete-bundle.sh  ("Florian G. Pflug" <fgp@phlo.org>)
List 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.

pgadmin-hackers by date:

Previous
From: "Hiroshi Saito"
Date:
Subject: Re: [PATCH] Nested app support for complete-bundle.sh
Next
From: "Florian G. Pflug"
Date:
Subject: Re: [PATCH] Nested app support for complete-bundle.sh