зеркало из https://github.com/microsoft/git.git
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:
Родитель
7660a188df
Коммит
9426167765
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ all: $(PROG)
|
|||
install: $(PROG)
|
||||
install $(PROG) $(HOME)/bin/
|
||||
|
||||
LIBS= -lssl
|
||||
LIBS= -lssl -lz
|
||||
|
||||
init-db: init-db.o
|
||||
|
Загрузка…
Ссылка в новой задаче