INN commit: trunk/innd (Makefile)

INN Commit rra at isc.org
Thu Jun 11 18:42:20 UTC 2009


    Date: Thursday, June 11, 2009 @ 11:42:19
  Author: eagle
Revision: 8508

Link tinyleaf with $(LIBS), needed for networking libraries on Solaris.

Modified:
  trunk/innd/Makefile

----------+
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: Makefile
===================================================================
--- Makefile	2009-06-09 16:59:00 UTC (rev 8507)
+++ Makefile	2009-06-11 18:42:19 UTC (rev 8508)
@@ -47,7 +47,7 @@
 	$(LIBLD) $(LDFLAGS) -o $@ $(OBJECTS) $(INNDLIBS)
 
 tinyleaf: tinyleaf.o $(LIBINN)
-	$(LIBLD) $(LDFLAGS) -o $@ tinyleaf.o $(LIBINN)
+	$(LIBLD) $(LDFLAGS) -o $@ tinyleaf.o $(LIBINN) $(LIBS)
 
 $(LIBINN):	; (cd ../lib ; $(MAKE))
 $(LIBSTORAGE):	; (cd ../storage ; $(MAKE))




More information about the inn-committers mailing list