summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/lxc/lxc_4.0.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/lxc/lxc_4.0.2.bb b/recipes-containers/lxc/lxc_4.0.2.bb
index 0a9d1443..df27f010 100644
--- a/recipes-containers/lxc/lxc_4.0.2.bb
+++ b/recipes-containers/lxc/lxc_4.0.2.bb
@@ -67,7 +67,7 @@ ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
67 67
68EXTRA_OECONF += "--enable-log-src-basename" 68EXTRA_OECONF += "--enable-log-src-basename"
69 69
70CFLAGS_append = " -Wno-error=deprecated-declarations" 70CFLAGS_append = " -Wno-error=deprecated-declarations -Wno-error=stringop-overflow"
71 71
72PACKAGECONFIG ??= "templates \ 72PACKAGECONFIG ??= "templates \
73 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ 73 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \