1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-25 15:49:02 +00:00

Fix 'installation' during build of libssh2

This commit is contained in:
dmiller
2017-07-31 20:56:53 +00:00
parent 1c3e02de50
commit d4355a9819

View File

@@ -141,7 +141,7 @@ build-pcap: $(LIBPCAPDIR)/Makefile
build-libssh2: $(LIBSSH2DIR)/src/Makefile
@echo Compiling libssh2; cd $(LIBSSH2DIR)/src && $(MAKE);
cd $(LIBSSH2DIR)/src && $(MAKE) prefix="" DESTDIR=$(NDIR)/$(LIBSSH2DIR) install-libLTLIBRARIES;
cd $(LIBSSH2DIR)/src && $(MAKE) libdir="/lib" prefix="" DESTDIR=$(NDIR)/$(LIBSSH2DIR) install-libLTLIBRARIES;
build-zlib: $(ZLIBDIR)/Makefile
@echo Compiling zlib; cd $(ZLIBDIR) && $(MAKE);