|
@@ -53,6 +53,9 @@ EXTRA_OECONF:append:class-nativesdk = " --with-rand-seed=os,devrandom"
|
|
|
EXTRA_OEMAKE:append:task-compile:class-native = ' OPENSSLDIR="/not/builtin" ENGINESDIR="/not/builtin" MODULESDIR="/not/builtin"'
|
|
|
EXTRA_OEMAKE:append:task-compile:class-nativesdk = ' OPENSSLDIR="/not/builtin" ENGINESDIR="/not/builtin" MODULESDIR="/not/builtin"'
|
|
|
|
|
|
+#| threads_pthread.c:(.text+0x372): undefined reference to `__atomic_is_lock_free'
|
|
|
+EXTRA_OECONF:append:toolchain-clang:x86 = " -latomic"
|
|
|
+
|
|
|
# This allows disabling deprecated or undesirable crypto algorithms.
|
|
|
# The default is to trust upstream choices.
|
|
|
DEPRECATED_CRYPTO_FLAGS ?= ""
|