Add "-lz" to link line to get in zlib.
[gitweb.git] / Makefile
index 99ff6d6d6ff54826fa4e3d05d56a9f28a817fa9e..2b483560f570ff710455380d3a199cb50ac1e527 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ all: $(PROG)
 install: $(PROG)
        install $(PROG) $(HOME)/bin/
 
-LIBS= -lssl
+LIBS= -lssl -lz
 
 init-db: init-db.o