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.
This commit is contained in:
Linus Torvalds 2005-04-08 15:31:19 -07:00
Родитель 7660a188df
Коммит 9426167765
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,7 @@ all: $(PROG)
install: $(PROG)
install $(PROG) $(HOME)/bin/
LIBS= -lssl
LIBS= -lssl -lz
init-db: init-db.o