]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: restore -Wall flag
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 16 Dec 2010 10:29:50 +0000 (10:29 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 16 Dec 2010 15:30:56 +0000 (15:30 +0000)
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>
meta/recipes-connectivity/openssl/openssl.inc
meta/recipes-connectivity/openssl/openssl_0.9.8p.bb

index 5cc57324696591d653f587c166f1b8c4a9854915..f054c26ca646b7f746122ed935450c3360863990 100644 (file)
@@ -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)
index 42888f6a9c01a0a2a7e803d92dc25c1a5dfe0f59..3ae6bf456ede8d0eeab09652e10d8e81f6b02b2a 100644 (file)
@@ -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 \