diff options
Diffstat (limited to 'lang/ruby24/files/patch-configure.in')
| -rw-r--r-- | lang/ruby24/files/patch-configure.in | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/lang/ruby24/files/patch-configure.in b/lang/ruby24/files/patch-configure.in deleted file mode 100644 index 898ee7b5d3fc..000000000000 --- a/lang/ruby24/files/patch-configure.in +++ /dev/null @@ -1,37 +0,0 @@ ---- configure.in.orig 2018-10-17 08:30:28 UTC -+++ configure.in -@@ -2573,7 +2573,7 @@ if test "$ac_cv_func_qsort_r" != no; the - AC_CACHE_CHECK(whether qsort_r is GNU version, rb_cv_gnu_qsort_r, - [AC_TRY_COMPILE([ - @%:@include <stdlib.h> --void qsort_r(void *base, size_t nmemb, size_t size, -+void (qsort_r)(void *base, size_t nmemb, size_t size, - int (*compar)(const void *, const void *, void *), - void *arg); - ],[ ], -@@ -2583,7 +2583,7 @@ void qsort_r(void *base, size_t nmemb, s - AC_CACHE_CHECK(whether qsort_r is BSD version, rb_cv_bsd_qsort_r, - [AC_TRY_COMPILE([ - @%:@include <stdlib.h> --void qsort_r(void *base, size_t nmemb, size_t size, -+void (qsort_r)(void *base, size_t nmemb, size_t size, - void *arg, int (*compar)(void *, const void *, const void *)); - ],[ ], - [rb_cv_bsd_qsort_r=yes], -@@ -3423,7 +3423,7 @@ if test "$with_dln_a_out" != yes; then - : ${LDSHARED='$(CC) -shared'} - if test "$rb_cv_binary_elf" = yes; then - LDFLAGS="$LDFLAGS -rdynamic" -- DLDFLAGS="$DLDFLAGS "'-Wl,-soname,$@' -+ DLDFLAGS="$DLDFLAGS "'-Wl,-E' - else - test "$GCC" = yes && test "$rb_cv_prog_gnu_ld" = yes || LDSHARED='$(LD) -Bshareable' - fi -@@ -3896,6 +3896,7 @@ AS_CASE("$enable_shared", [yes], [ - [freebsd*|dragonfly*], [ - SOLIBS='$(LIBS)' - LIBRUBY_SO='lib$(RUBY_SO_NAME).so.$(MAJOR)$(MINOR)' -+ RUBY_APPEND_OPTIONS(LIBRUBY_DLDFLAGS, ['-Wl,-soname,${LIBRUBY_SO}']) - if test "$rb_cv_binary_elf" != "yes" ; then - LIBRUBY_SO="$LIBRUBY_SO.\$(TEENY)" - LIBRUBY_ALIASES='' |
