mkvtoolnix/packaging/macos/openssl-patches/parallel-building.patch

26 lines
758 B
Diff
Raw Normal View History

Index: Makefile.org
===================================================================
--- a/Makefile.org.orig
+++ b/Makefile.org
@@ -540,9 +540,9 @@
@$(MAKE) SDIRS='$(SDIRS)' clean
@$(MAKE) TAR='$(TAR)' TARFLAGS='$(TARFLAGS)' $(DISTTARVARS) tar
-install: all install_docs install_sw
+install: install_docs install_sw
-install_sw:
+install_sw: build_all openssl.pc libssl.pc libcrypto.pc
@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
$(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR) \
$(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines \
@@ -640,7 +640,7 @@
done; \
done
-install_docs:
+install_docs: build_all
@$(PERL) $(TOP)/util/mkdir-p.pl \
$(INSTALL_PREFIX)$(MANDIR)/man1 \
$(INSTALL_PREFIX)$(MANDIR)/man3 \