On Wed, Dec 12, 2001 at 07:35:06PM -0000, [EMAIL PROTECTED] wrote:
> trawick     01/12/12 11:35:06
> 
>   Modified:    .        Makefile.in configure.in
>                build    apr_hints.m4
>   Log:
>   switch Apache/apr/apr-util to use run-time linking on AIX
>   
>   Revision  Changes    Path
>   1.67      +1 -1      apr/Makefile.in
>   
>   Index: Makefile.in
>   ===================================================================
>   RCS file: /home/cvs/apr/Makefile.in,v
>   retrieving revision 1.66
>   retrieving revision 1.67
>   diff -u -r1.66 -r1.67
>   --- Makefile.in     2001/12/12 09:08:20     1.66
>   +++ Makefile.in     2001/12/12 19:35:06     1.67
>   @@ -81,7 +81,7 @@
>    
>    $(TARGET_LIB):
>       @for i in $(SUBDIRS); do objects="$$objects $$i/[EMAIL PROTECTED]@"; 
> done ; \
>   -       tmpcmd="$(LINK) @lib_target@"; \
>   +       tmpcmd="$(LINK) @lib_target@ @lib_target_libs@"; \
>           echo $$tmpcmd; \
>           $$tmpcmd

This looks suspiciously like the commit I reverted a few days ago.
Any progress here?  Can we rely that AIX will handle EXTRA_LIBS
being passed in and not choke?  Any reason to not switch to use
libtool inter-library dependencies?  (Outside of the libtool 1.4+
requirement, that is.)  This will enable third-parties to easily
build against apr-util - which is currently not possible.  -- justin

Reply via email to