diff options
author | Romain Tartière <romain@FreeBSD.org> | 2018-09-20 09:12:06 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2018-09-20 09:12:06 +0000 |
commit | 8826fd8b3f93304a2aeeff08a19bb7c897ee62a2 (patch) | |
tree | 61bbfca5abb8d3930cbd0460eadc2b741cffb3f4 /lang/ruby25 | |
parent | - Add LICENSE (diff) |
Revert the "DLD_FLAGS" pollution part of r475483.
It was initially got from ruby23, but recent ruby releases have some
differences in runtime linking, which was not hit by exp-run, and caused
trouble with some ports (e.g. devel/leatherman, sysutils/facter).
PR: 230238
Submitted by: fluffy
Reported by: freebsd@ptty.com
Approved by: fluffy
Notes
Notes:
svn path=/head/; revision=480158
Diffstat (limited to 'lang/ruby25')
-rw-r--r-- | lang/ruby25/files/patch-configure.ac | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lang/ruby25/files/patch-configure.ac b/lang/ruby25/files/patch-configure.ac index 747a706e6fd9..200298eff208 100644 --- a/lang/ruby25/files/patch-configure.ac +++ b/lang/ruby25/files/patch-configure.ac @@ -26,12 +26,3 @@ ], [ test "$GCC" = yes && test "$rb_cv_prog_gnu_ld" = yes || LDSHARED='$(LD) -Bshareable' ]) -@@ -3724,6 +3723,8 @@ - SOLIBS='$(LIBS)' - LIBRUBY_SO='lib$(RUBY_SO_NAME).$(SOEXT).$(MAJOR)$(MINOR)' - LIBRUBY_SONAME='$(LIBRUBY_SO)' -+ RUBY_APPEND_OPTIONS(DLDFLAGS, ['-Wl,-soname,${LIBRUBY_SO}' "$LDFLAGS_OPTDIR"]) -+ RUBY_APPEND_OPTIONS(LIBRUBY_DLDFLAGS, ['-Wl,-soname,${LIBRUBY_SO}' "$LDFLAGS_OPTDIR"]) - AS_IF([test "$rb_cv_binary_elf" != "yes" ], [ - LIBRUBY_SO="$LIBRUBY_SO.\$(TEENY)" - LIBRUBY_ALIASES='' |