Ticket #15452: openssl-parallel.diff
File openssl-parallel.diff, 1.5 KB (added by ryandesign (Ryan Carsten Schmidt), 16 years ago) |
---|
-
files/patch-Makefile.org-parallel.diff
1 --- Makefile.org 2 +++ Makefile.org 3 @@ -229,15 +229,15 @@ 4 5 build_crypto: 6 @dir=crypto; target=all; $(BUILD_ONE_CMD) 7 -build_ssl: 8 +build_ssl: build_crypto 9 @dir=ssl; target=all; $(BUILD_ONE_CMD) 10 -build_engines: 11 +build_engines: build_crypto 12 @dir=engines; target=all; $(BUILD_ONE_CMD) 13 -build_apps: 14 +build_apps: build_libs 15 @dir=apps; target=all; $(BUILD_ONE_CMD) 16 -build_tests: 17 +build_tests: build_libs 18 @dir=test; target=all; $(BUILD_ONE_CMD) 19 -build_tools: 20 +build_tools: build_libs 21 @dir=tools; target=all; $(BUILD_ONE_CMD) 22 23 all_testapps: build_libs build_testapps -
Portfile
9 9 maintainers mww 10 10 homepage http://www.openssl.org/ 11 11 description OpenSSL SSL/TLS cryptography library 12 use_parallel_build yes 12 13 13 14 long_description \ 14 15 The OpenSSL Project is a collaborative effort to develop a robust, \ … … 24 25 25 26 depends_lib port:zlib 26 27 28 patchfiles patch-Makefile.org-parallel.diff 29 27 30 platform darwin { 28 patchfiles patch-Makefile.org.diff patch-crypto-Makefile.diff31 patchfiles-append patch-Makefile.org.diff patch-crypto-Makefile.diff 29 32 } 30 33 31 34 configure.cmd ./config