diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-08-27 22:38:04 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-09-12 10:55:05 -0400 |
commit | 112d30cc6a4a9e6e426ffddf78f45917fac94b6a (patch) | |
tree | ad3a9ec2db0efc28a9badc073fda4bf0d6d8c7b6 /meta-networking | |
parent | 42cf5a0f142a9afc0ce998a7c35888120878234c (diff) | |
download | meta-openembedded-112d30cc6a4a9e6e426ffddf78f45917fac94b6a.tar.gz |
squid: Disable format-truncation warning only with gcc
Clang does not support this option
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-daemons/squid/squid_3.5.26.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/squid/squid_3.5.26.bb b/meta-networking/recipes-daemons/squid/squid_3.5.26.bb index 24cd15669..2122f3347 100644 --- a/meta-networking/recipes-daemons/squid/squid_3.5.26.bb +++ b/meta-networking/recipes-daemons/squid/squid_3.5.26.bb | |||
@@ -26,6 +26,9 @@ SRC_URI = "http://www.squid-cache.org/Versions/v${MAJ_VER}/${MIN_VER}/${BPN}-${P | |||
26 | file://gcc7-fixes.patch \ | 26 | file://gcc7-fixes.patch \ |
27 | file://0001-tools.cc-fixed-unused-result-warning.patch \ | 27 | file://0001-tools.cc-fixed-unused-result-warning.patch \ |
28 | " | 28 | " |
29 | |||
30 | SRC_URI_remove_toolchain-clang = "file://0001-configure-Check-for-Wno-error-format-truncation-comp.patch" | ||
31 | |||
29 | SRC_URI[md5sum] = "dc1830cd361e077814aa39bcc3691d8b" | 32 | SRC_URI[md5sum] = "dc1830cd361e077814aa39bcc3691d8b" |
30 | SRC_URI[sha256sum] = "41d8845863dcd026c856508cd1599d417c8947ffd96e86e24085f9893cb8b8c2" | 33 | SRC_URI[sha256sum] = "41d8845863dcd026c856508cd1599d417c8947ffd96e86e24085f9893cb8b8c2" |
31 | 34 | ||