Justin Erenkrantz <jerenkrantz@ebuilt.com> writes:
> I'm assuming that this is an oversight. But, on the off chance
> that it isn't, I'll post to the list before committing.
>
> I need to add the runtime-linking flags for my Linux and Solaris
> builds - no go without this. -- justin
Your change makes sense to me, and is in lots of other `Makefile.in's.
I say go for it, just test a couple of builds with and without your
extra flags to make sure.
-K
> Makefile.in: Allow LDFLAGS to be substituted from configure.
>
> Index: ./Makefile.in
> ===================================================================
> --- ./Makefile.in
> +++ ./Makefile.in Wed Jan 9 00:46:03 2002
> @@ -60,7 +60,7 @@
>
> CFLAGS = @CFLAGS@
> CPPFLAGS = @CPPFLAGS@
> -LDFLAGS =
> +LDFLAGS = @LDFLAGS@
>
> COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) $(INCLUDES)
> LT_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) -o $@ -c $<
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:55 2006