| Submitter | Scott Garman |
|---|---|
| Date | Dec. 7, 2012, 5:02 a.m. |
| Message ID | <d5a99f3dab07fa676788b434e18174c0798d4460.1354855433.git.scott.a.garman@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/40629/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index 78cf272..8687bf7 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc @@ -18,7 +18,7 @@ S = "${WORKDIR}/openssl-${PV}" AR_append = " r" CFLAG = "${@base_conditional('SITEINFO_ENDIANNESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \ - -DTERMIO ${FULL_OPTIMIZATION} -Wall" + -DTERMIO ${CFLAGS} -Wall" # Avoid binaries being marked as requiring an executable stack (which causes # issues with SELinux on the host)