Browse Source

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.
maint
Linus Torvalds 20 years ago
parent
commit
9426167765
  1. 2
      Makefile

2
Makefile

@ -8,7 +8,7 @@ all: $(PROG) @@ -8,7 +8,7 @@ all: $(PROG)
install: $(PROG)
install $(PROG) $(HOME)/bin/

LIBS= -lssl
LIBS= -lssl -lz

init-db: init-db.o

Loading…
Cancel
Save