From 41f756eaf3648156ad9645705bf843acdae73f2f Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 27 Nov 2011 09:54:12 +0000 Subject: * Makefile.in (DLDFLAGS): also needs -fstack-protector. [Bug#5676] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 510f0ebdcd..9df6ad6bac 100644 --- a/configure.in +++ b/configure.in @@ -501,7 +501,6 @@ if test "$GCC" = yes; then if test "x$stack_protector" = xyes; then RUBY_APPEND_OPTION(XCFLAGS, -fstack-protector) RUBY_APPEND_OPTION(XLDFLAGS, -fstack-protector) - RUBY_APPEND_OPTION(DLDFLAGS, -fstack-protector) fi fi -- cgit v1.2.3