Merge pull request #318169 from rhelmot/freebsd-ruby-cross

ruby: provide correct qsort configuration on FreeBSD cross
This commit is contained in:
kirillrdy
2024-06-09 09:22:23 +00:00
committed by GitHub
@@ -160,6 +160,9 @@ let
"--with-out-ext=tk"
# on yosemite, "generating encdb.h" will hang for a very long time without this flag
"--with-setjmp-type=setjmp"
] ++ ops stdenv.hostPlatform.isFreeBSD [
"rb_cv_gnu_qsort_r=no"
"rb_cv_bsd_qsort_r=yes"
];
preConfigure = opString docSupport ''