diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-08 15:31:19 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-08 15:31:19 -0700 |
commit | 94261677654d493f6a6219c78aae986a146f92d4 (patch) | |
tree | a384894f34b2360404231ed72b3beb136876e16b | |
parent | 7660a188dfd0c5e52884790bebf5637d24f990d4 (diff) | |
download | git-94261677654d493f6a6219c78aae986a146f92d4.tar.gz git-94261677654d493f6a6219c78aae986a146f92d4.tar.xz |
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.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ all: $(PROG) install: $(PROG) install $(PROG) $(HOME)/bin/ -LIBS= -lssl +LIBS= -lssl -lz init-db: init-db.o |