mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 13:51:28 +00:00
[Pal/lib] Use the right make invocation for mbedtls
'make -jN' is not respected otherwise.
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ crypto/mbedtls/CMakeLists.txt: crypto/$(MBEDTLS_SRC) crypto/$(MBEDCRYPTO_SRC) cr
|
||||
mv crypto/mbedtls/mbed-crypto-mbedcrypto-3.1.0 crypto/mbedtls/crypto
|
||||
cd crypto/mbedtls && patch -p1 < ../mbedtls-$(MBEDTLS_VERSION).diff || exit 255
|
||||
mkdir crypto/mbedtls/install
|
||||
cd crypto/mbedtls && perl ./scripts/config.pl set MBEDTLS_CMAC_C && make CFLAGS="" SHARED=1 DESTDIR=install install .
|
||||
cd crypto/mbedtls && perl ./scripts/config.pl set MBEDTLS_CMAC_C && $(MAKE) CFLAGS="" SHARED=1 DESTDIR=install install .
|
||||
$(RM) crypto/mbedtls/include/mbedtls/config.h
|
||||
$(RM) crypto/mbedtls/crypto/include/mbedtls/config.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user