mac80211: add 2 missing config symbols needed to build rt2x00-lib & rt2800-lib modules
[openwrt/staging/wigyori.git] / package / openssl / patches / 100-parallel-build.patch
1 --- a/Makefile.org
2 +++ b/Makefile.org
3 @@ -333,15 +333,15 @@ build_crypto:
4 dir=crypto; target=all; $(BUILD_ONE_CMD)
5 build_fips:
6 @dir=fips; target=all; [ -z "$(FIPSCANLIB)" ] || $(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