13 lines
498 B
Plaintext
13 lines
498 B
Plaintext
PACKAGECONFIG_remove = "openssl"
|
|
DEPENDS += "wolfssl"
|
|
EXTRA_OECONF += "--with-wolfssl=${STAGING_DIR_HOST}${prefix}"
|
|
CPPFLAGS += "-I${STAGING_DIR_HOST}${prefix}/include/wolfssl"
|
|
|
|
# Uncomment the line below if you're targeting FIPS compliance. NTLM uses MD5,
|
|
# which isn't a FIPS-approved algorithm.
|
|
# EXTRA_OECONF += "--disable-ntlm"
|
|
|
|
# Add the directory where the patch is located to the search path
|
|
FILESEXTRAPATHS_prepend := "${THISDIR}/patches:"
|
|
|
|
SRC_URI += "file://wolfssl-m4-options-fix.patch" |