aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-08 15:31:19 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-08 15:31:19 -0700
commit94261677654d493f6a6219c78aae986a146f92d4 (patch)
treea384894f34b2360404231ed72b3beb136876e16b /Makefile
parent7660a188dfd0c5e52884790bebf5637d24f990d4 (diff)
downloadgit-94261677654d493f6a6219c78aae986a146f92d4.tar.gz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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