From cb63deb8e9c473e4afeac940284fc2fb88a13eee Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 10 Jan 2020 18:13:05 -0800 Subject: [PATCH] spi-tools: Disable PIE Causes compilation failure. Signed-off-by: Rosen Penev --- utils/spi-tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/spi-tools/Makefile b/utils/spi-tools/Makefile index deac407e3..1e1db5be8 100644 --- a/utils/spi-tools/Makefile +++ b/utils/spi-tools/Makefile @@ -22,6 +22,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 +PKG_ASLR_PIE:=0 include $(INCLUDE_DIR)/package.mk