From 94261677654d493f6a6219c78aae986a146f92d4 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Fri, 8 Apr 2005 15:31:19 -0700 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 99ff6d6d6f..2b483560f5 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 -- cgit v1.2.3