ruby-changes:68510
From: David <ko1@a...>
Date: Sun, 17 Oct 2021 14:01:23 +0900 (JST)
Subject: [ruby-changes:68510] 1831693c1f (master): haiku build update stack overflow check in libroot (haiku's libc) now
https://git.ruby-lang.org/ruby.git/commit/?id=1831693c1f From 1831693c1fe4d891112c877dd52d662de66965e7 Mon Sep 17 00:00:00 2001 From: David CARLIER <devnexen@g...> Date: Sat, 16 Oct 2021 20:53:51 +0000 Subject: haiku build update stack overflow check in libroot (haiku's libc) now --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index e581d9ae12..efa39bf26e 100644 --- a/configure.ac +++ b/configure.ac @@ -1106,9 +1106,6 @@ main() https://github.com/ruby/ruby/blob/trunk/configure.ac#L1106 ]) ]) ], -[haiku*], [ - LIBS="$LIBS -lssp" # m lib is include in root - ], [cygwin*|msys*], [ ac_cv_header_langinfo_h=yes RUBY_APPEND_OPTIONS(CPPFLAGS, -D_XOPEN_SOURCE -D_GNU_SOURCE) -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/