From: Linus Torvalds Date: Fri, 8 Apr 2005 22:31:19 +0000 (-0700) Subject: Add "-lz" to link line to get in zlib. X-Git-Tag: v0.99~945 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=94261677654d493f6a6219c78aae986a146f92d4;p=git.git Add "-lz" to link line to get in zlib. Not all Linux distributions seem to need it (notably not YDL on ppc64), but enough ones obviously do. --- diff --git a/Makefile b/Makefile index 99ff6d6d6..2b483560f 100644 --- 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