* configure.in: add -fstack-protector into XLDFLAGS as well as
XCFLAGS if stack-protector is used. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
63e65fd4b1
commit
a4d38daece
@ -1,3 +1,8 @@
|
||||
Sun Nov 27 14:13:33 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* configure.in: add -fstack-protector into XLDFLAGS as well as
|
||||
XCFLAGS if stack-protector is used.
|
||||
|
||||
Sun Nov 27 13:09:25 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* configure.in: workaround to avoid MacOS X build error.
|
||||
|
@ -497,7 +497,8 @@ if test "$GCC:${warnflags+set}:no" = yes::no; then
|
||||
fi
|
||||
if test "$GCC" = yes; then
|
||||
RUBY_TRY_CFLAGS(-D_FORTIFY_SOURCE=2, [RUBY_APPEND_OPTION(XCFLAGS, -D_FORTIFY_SOURCE=2)])
|
||||
RUBY_TRY_CFLAGS(-fstack-protector, [RUBY_APPEND_OPTION(XCFLAGS, -fstack-protector)])
|
||||
RUBY_TRY_CFLAGS(-fstack-protector, [RUBY_APPEND_OPTION(XCFLAGS, -fstack-protector)
|
||||
RUBY_APPEND_OPTION(XLDFLAGS, -fstack-protector)])
|
||||
fi
|
||||
|
||||
if test "$GCC" = ""; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user