From 15f45b314ca7f4e96fecb0b1dc7f760e348eb8f1 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 16 Dec 2010 10:29:50 +0000 Subject: openssl: restore -Wall flag The -Wall flag was unintentionally removed from the end of the CFLAG var in 089612794d4d8d9c79bd2a4365d6df78371f7f40 by me. This patch puts it back in. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta/recipes-connectivity/openssl/openssl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-connectivity/openssl/openssl.inc') diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index 5cc5732469..f054c26ca6 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc @@ -15,7 +15,7 @@ S = "${WORKDIR}/openssl-${PV}" AR_append = " r" CFLAG = "${@base_conditional('SITEINFO_ENDIANESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \ - -DTERMIO ${FULL_OPTIMIZATION}" + -DTERMIO ${FULL_OPTIMIZATION} -Wall" # Avoid binaries being marked as requiring an executable stack (which causes # issues with SELinux on the host) -- cgit 1.2.3-korg