[Spread-cvs] commit: r658 - trunk/daemon

jonathan at spread.org jonathan at spread.org
Sun Jan 19 12:04:45 EST 2014


Author: jonathan
Date: 2014-01-19 12:04:44 -0500 (Sun, 19 Jan 2014)
New Revision: 658

Modified:
   trunk/daemon/Makefile.in
Log:
Move standard libraries later in linking path to avoid errors on some platforms for sptmonitor

Modified: trunk/daemon/Makefile.in
===================================================================
--- trunk/daemon/Makefile.in	2014-01-17 19:37:20 UTC (rev 657)
+++ trunk/daemon/Makefile.in	2014-01-19 17:04:44 UTC (rev 658)
@@ -87,7 +87,7 @@
 	$(LD) -o $@ $(LDFLAGS) $(MONITOR_OBJS) $(LIBSPREADUTIL_DIR)/lib/libspread-util.a $(LIBS)
 
 sptmonitor$(EXEEXT): $(TMONITOR_OBJS) $(LIBSPREADUTIL_DIR)/lib/libspread-util.a
-	$(LD) $(THLDFLAGS) -o $@ $(TMONITOR_OBJS) $(THLIBS) $(LIBSPREADUTIL_DIR)/lib/libspread-util.a
+	$(LD) $(THLDFLAGS) -o $@ $(TMONITOR_OBJS) $(LIBSPREADUTIL_DIR)/lib/libspread-util.a $(THLIBS)
 
 testprog: spsend$(EXEEXT) sprecv$(EXEEXT)
 




More information about the Spread-cvs mailing list