mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 20:44:15 +00:00
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>
This commit is contained in:
parent
b99fd0374e
commit
15f45b314c
@ -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)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
require openssl.inc
|
||||
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
SRC_URI += "file://debian/ca.patch \
|
||||
file://debian/config-hurd.patch;apply=no \
|
||||
file://debian/debian-targets.patch \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user