[mapserver-commits] r12939 - trunk/mapserver/mapcache/src
svn at osgeo.org
svn at osgeo.org
Mon Jan 2 10:01:01 EST 2012
Author: tbonfort
Date: 2012-01-02 07:01:01 -0800 (Mon, 02 Jan 2012)
New Revision: 12939
Modified:
trunk/mapserver/mapcache/src/Makefile
Log:
don't use -Wl flag for libmapcache libtool linking
Modified: trunk/mapserver/mapcache/src/Makefile
===================================================================
--- trunk/mapserver/mapcache/src/Makefile 2012-01-02 14:46:05 UTC (rev 12938)
+++ trunk/mapserver/mapcache/src/Makefile 2012-01-02 15:01:01 UTC (rev 12939)
@@ -12,7 +12,7 @@
$(LIBTOOL) --tag CC --mode=compile $(CC) $(ALL_ENABLED) $(CFLAGS) $(INCLUDES) -c $<
libmapcache.la: $(OBJS)
- $(LIBTOOL) --mode=link --tag CC $(CC) -rpath $(libdir) $(LOBJS) -Wl,"$(LIBS)" -o $@
+ $(LIBTOOL) --mode=link --tag CC $(CC) -rpath $(libdir) $(LOBJS) $(LIBS)-o $@
mod_mapcache.la: mod_mapcache.o
More information about the mapserver-commits
mailing list