erlang: disable PIE
Fails to compile with it on.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 5685d92268
)
This commit is contained in:
parent
fc598339c6
commit
d2cb8f4eed
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=erlang
|
||||
PKG_VERSION:=23.0
|
||||
PKG_RELEASE:=4
|
||||
PKG_RELEASE:=5
|
||||
|
||||
PKG_SOURCE:=otp_src_$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:= http://www.erlang.org/download/
|
||||
|
@ -22,6 +22,7 @@ PKG_CPE_ID:=cpe:/a:erlang:erlang
|
|||
|
||||
PKG_BUILD_DEPENDS:=erlang/host openssl
|
||||
PKG_USE_MIPS16:=0
|
||||
PKG_ASLR_PIE:=0
|
||||
|
||||
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/otp_src_$(PKG_VERSION)
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/otp_src_$(PKG_VERSION)
|
||||
|
|
Loading…
Reference in a new issue