1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-19 23:28:39 +02:00

spi-tools: Disable PIE

Causes compilation failure.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2020-01-10 18:13:05 -08:00
parent d1cc51cd1a
commit cb63deb8e9
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B

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