summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl.inc
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2010-12-16 10:29:50 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-16 15:30:56 +0000
commit15f45b314ca7f4e96fecb0b1dc7f760e348eb8f1 (patch)
treed4562dced2559e6b542092e6e3dbc298fc9f48af /meta/recipes-connectivity/openssl/openssl.inc
parentb99fd0374e554f4d2183f349f271220951299c9a (diff)
downloadpoky-15f45b314ca7f4e96fecb0b1dc7f760e348eb8f1.tar.gz
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 <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl.inc')
-rw-r--r--meta/recipes-connectivity/openssl/openssl.inc2
1 files changed, 1 insertions, 1 deletions
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}"
15 15
16AR_append = " r" 16AR_append = " r"
17CFLAG = "${@base_conditional('SITEINFO_ENDIANESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \ 17CFLAG = "${@base_conditional('SITEINFO_ENDIANESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \
18 -DTERMIO ${FULL_OPTIMIZATION}" 18 -DTERMIO ${FULL_OPTIMIZATION} -Wall"
19 19
20# Avoid binaries being marked as requiring an executable stack (which causes 20# Avoid binaries being marked as requiring an executable stack (which causes
21# issues with SELinux on the host) 21# issues with SELinux on the host)