Skip to content
Snippets Groups Projects
Commit 20186a1c authored by Mike Frysinger's avatar Mike Frysinger
Browse files

sandbox: disable fortification


Since we provide all our own library calls, the fortification from
glibc just gets in our way (which some distros enable by default).

Acked-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 3ab7d95a
No related branches found
No related tags found
No related merge requests found
......@@ -17,5 +17,5 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
PLATFORM_CPPFLAGS += -DCONFIG_SANDBOX -D__SANDBOX__
PLATFORM_CPPFLAGS += -DCONFIG_SANDBOX -D__SANDBOX__ -U_FORTIFY_SOURCE
PLATFORM_LIBS += -lrt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment