1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

openssl: restore -Wall flag

The -Wall flag was unintentionally removed from the end of the CFLAG var in
089612794d 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>
This commit is contained in:
Paul Eggleton
2010-12-16 10:29:50 +00:00
committed by Richard Purdie
parent b99fd0374e
commit 15f45b314c
2 changed files with 2 additions and 2 deletions
@@ -15,7 +15,7 @@ S = "${WORKDIR}/openssl-${PV}"
AR_append = " r" AR_append = " r"
CFLAG = "${@base_conditional('SITEINFO_ENDIANESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \ 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 # Avoid binaries being marked as requiring an executable stack (which causes
# issues with SELinux on the host) # issues with SELinux on the host)
@@ -1,6 +1,6 @@
require openssl.inc require openssl.inc
PR = "r1" PR = "r2"
SRC_URI += "file://debian/ca.patch \ SRC_URI += "file://debian/ca.patch \
file://debian/config-hurd.patch;apply=no \ file://debian/config-hurd.patch;apply=no \
file://debian/debian-targets.patch \ file://debian/debian-targets.patch \