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

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

Yeah - I didn't include my changes to acinclude.m4 in the patch, because
it also includes other changes that I want to test more before I submit
them (The cleanup of SSL-Detection & usage of pg_config --libs that
we discussed). I wanted to mention that in my e-mail, but, well, I forgot...

Anyway, I did test the new complete-bundle.sh with a fully dynamic build,
and it seems to work fine. I don't have a postgres instance with the debugger
plugin running, so "fine" means "Complains about not being able to connect
to localhost". ;-)

greetings, Florian Pflug

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [PATCH] Nested app support for complete-bundle.sh
Next
From: "Dave Page"
Date:
Subject: Re: [PATCH] Nested app support for complete-bundl e.sh