Skip to content
Snippets Groups Projects
Unverified Commit b60ab6ee authored by takanori-ihara's avatar takanori-ihara Committed by GitHub
Browse files

ruby: fixed build with Fujitsu compilers (#16889)

parent c7851f89
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,8 @@ def configure_args(self):
args.append("--with-readline-dir=%s"
% self.spec['readline'].prefix)
args.append('--with-tk=%s' % self.spec['tk'].prefix)
if self.spec.satisfies("%fj"):
args.append('--disable-dtrace')
return args
def setup_dependent_build_environment(self, env, dependent_spec):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment