Browse Source

spi-tools: Disable PIE

Causes compilation failure.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 5 years ago
parent
commit
cb63deb8e9
No known key found for this signature in database GPG Key ID: 36D31CFA845F0E3B
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      utils/spi-tools/Makefile

+ 1
- 0
utils/spi-tools/Makefile View File

@ -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


Loading…
Cancel
Save