增加安全参数包配置,修复无法启动网卡问题
This commit is contained in:
parent
fb1fc6ee31
commit
2b9659a811
|
@ -90,6 +90,9 @@ SECURITY_CFLAGS_pn-valgrind = ""
|
||||||
SECURITY_CFLAGS_pn-zlib = "${SECURITY_NO_PIE_CFLAGS}"
|
SECURITY_CFLAGS_pn-zlib = "${SECURITY_NO_PIE_CFLAGS}"
|
||||||
SECURITY_CFLAGS_pn-zeromq = "${SECURITY_NO_PIE_CFLAGS}"
|
SECURITY_CFLAGS_pn-zeromq = "${SECURITY_NO_PIE_CFLAGS}"
|
||||||
SECURITY_CFLAGS_pn-softhsm2 += " -fPIC"
|
SECURITY_CFLAGS_pn-softhsm2 += " -fPIC"
|
||||||
|
SECURITY_CFLAGS_pn-config-app = "${SECURITY_NO_PIE_CFLAGS}"
|
||||||
|
SECURITY_CFLAGS_pn-appmainprog = ""
|
||||||
|
SECURITY_CFLAGS_pn-bluetooth = ""
|
||||||
|
|
||||||
# Recipes which fail to compile when elevating -Wformat-security to an error
|
# Recipes which fail to compile when elevating -Wformat-security to an error
|
||||||
SECURITY_STRINGFORMAT_pn-busybox = ""
|
SECURITY_STRINGFORMAT_pn-busybox = ""
|
||||||
|
|
Loading…
Reference in New Issue