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:
parent
537623e43d
commit
738c303461
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
Wed Mar 26 08:47:04 2014 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
* addr2line.c (fill_lines): don't run fill_lines multiple times.
|
* addr2line.c (fill_lines): don't run fill_lines multiple times.
|
||||||
|
|
|
@ -3275,7 +3275,9 @@ AS_CASE("$enable_shared", [yes], [
|
||||||
LIBRUBYARG_SHARED=
|
LIBRUBYARG_SHARED=
|
||||||
|
|
||||||
# enable PIE if possible
|
# enable PIE if possible
|
||||||
pie=
|
AC_ARG_ENABLE(pie,
|
||||||
|
AS_HELP_STRING([--disable-pie], [disable PIE feature]),
|
||||||
|
[pie=$enableval], [pie=])
|
||||||
AS_CASE(["$target_os"],
|
AS_CASE(["$target_os"],
|
||||||
[haiku], [
|
[haiku], [
|
||||||
# gcc supports PIE, but doesn't work correctly in Haiku
|
# gcc supports PIE, but doesn't work correctly in Haiku
|
||||||
|
|
Loading…
Add table
Reference in a new issue