1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add --disable-pie option to configure

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kanemoto 2014-03-26 00:13:36 +00:00
parent 537623e43d
commit 738c303461
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Wed Mar 26 09:07:48 2014 Yutaka Kanemoto <kanemoto@ruby-lang.org>
* configure.in: add --disable-pie.
Wed Mar 26 08:47:04 2014 NARUSE, Yui <naruse@ruby-lang.org>
* addr2line.c (fill_lines): don't run fill_lines multiple times.

View file

@ -3275,7 +3275,9 @@ AS_CASE("$enable_shared", [yes], [
LIBRUBYARG_SHARED=
# enable PIE if possible
pie=
AC_ARG_ENABLE(pie,
AS_HELP_STRING([--disable-pie], [disable PIE feature]),
[pie=$enableval], [pie=])
AS_CASE(["$target_os"],
[haiku], [
# gcc supports PIE, but doesn't work correctly in Haiku