summaryrefslogtreecommitdiffstats
path: root/conf/distro
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro')
-rw-r--r--conf/distro/include/virt_security_flags.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/distro/include/virt_security_flags.inc b/conf/distro/include/virt_security_flags.inc
new file mode 100644
index 00000000..f4c288b8
--- /dev/null
+++ b/conf/distro/include/virt_security_flags.inc
@@ -0,0 +1,5 @@
1# Build errors with the pie options enabled
2SECURITY_CFLAGS_pn-libvirt = "${SECURITY_NO_PIE_CFLAGS}"
3
4# This has text relco errors with the pie options enabled
5SECURITY_CFLAGS_pn-lxc = "${SECURITY_NO_PIE_CFLAGS}"