source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: demandoc(1) needs to link against -lutil, too
@ 2015-11-05 17:17 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2015-11-05 17:17 UTC (permalink / raw)
  To: source

Log Message:
-----------
demandoc(1) needs to link against -lutil, too

Modified Files:
--------------
    mdocml:
        Makefile

Revision Data
-------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mdocml/mdocml/Makefile,v
retrieving revision 1.470
retrieving revision 1.471
diff -LMakefile -LMakefile -u -p -r1.470 -r1.471
--- Makefile
+++ Makefile
@@ -411,7 +411,7 @@ man.cgi: $(CGI_OBJS) libmandoc.a
 	$(CC) $(LDFLAGS) $(STATIC) -o $@ $(CGI_OBJS) libmandoc.a $(DBLIB)
 
 demandoc: $(DEMANDOC_OBJS) libmandoc.a
-	$(CC) $(LDFLAGS) -o $@ $(DEMANDOC_OBJS) libmandoc.a -lz
+	$(CC) $(LDFLAGS) -o $@ $(DEMANDOC_OBJS) libmandoc.a $(DBLIB)
 
 soelim: $(SOELIM_OBJS) compat_reallocarray.o
 	$(CC) $(LDFLAGS) -o $@ $(SOELIM_OBJS) compat_reallocarray.o
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-05 17:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-05 17:17 mdocml: demandoc(1) needs to link against -lutil, too schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).