Re: [PHP-DEV] [PATCH] Fix bundle compilation on Darwin for Apache2.0

2002-05-13 Thread Marko Karppinen
One More Thing, Justin :) > +MH_BUNDLE_FLAGS="`$APXS_BINDIR/apr-config --ldflags --link-ld --libs`" Could you give me a scenario where we might need something from --ldflags or --link-ld? Wouldn't just the libs do? I'd rather not include something that might override our choices on the link line

Re: [PHP-DEV] [PATCH] Fix bundle compilation on Darwin for Apache2.0

2002-05-13 Thread Marko Karppinen
Justin, > httpd-2.0 doesn't build with the stock libtool-1.4.2 either. So, > if you're using Apache 2.0, you're going to need a patched libtool > anyway. I'd imagine that binary distributions of httpd-2.0 will > include the patched libtool in its installbuilddir (whomever built > the binary nee

Re: [PHP-DEV] [PATCH] Fix bundle compilation on Darwin for Apache2.0

2002-05-12 Thread Marko Karppinen
> This patch does two things that should only be Darwin specific: > - Call apr-config and apu-config to determine the link information > for the requisite libraries so that they can be self-contained. > - Modifies the libphp4.bundle target to allow linking with libtool. > Since ap{ru}-config *may*