[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Fix oversight in Makefile

From: Justin Erenkrantz <jerenkrantz_at_ebuilt.com>
Date: 2002-01-09 09:52:31 CET

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

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
Received on Sat Oct 21 14:36:55 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.