INN commit: branches/2.5/innd (Makefile)
INN Commit
rra at isc.org
Thu Jun 11 18:42:31 UTC 2009
Date: Thursday, June 11, 2009 @ 11:42:30
Author: eagle
Revision: 8509
Link tinyleaf with $(LIBS), needed for networking libraries on Solaris.
Modified:
branches/2.5/innd/Makefile
----------+
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: Makefile
===================================================================
--- Makefile 2009-06-11 18:42:19 UTC (rev 8508)
+++ Makefile 2009-06-11 18:42:30 UTC (rev 8509)
@@ -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