blob: f4c288b8e23b991a58be4bd79ae759a2f1aec2f8 (
plain)
1
2
3
4
5
|
# Build errors with the pie options enabled
SECURITY_CFLAGS_pn-libvirt = "${SECURITY_NO_PIE_CFLAGS}"
# This has text relco errors with the pie options enabled
SECURITY_CFLAGS_pn-lxc = "${SECURITY_NO_PIE_CFLAGS}"
|