mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Unset LD_PRELOAD on mingw
* configure.in: unset LD_PRELOAD on mingw. msys2 child processes crash at make test-all with LD_PRELOAD. [ruby-core:71461] [Bug #11680] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
293aa87118
commit
f2b760e336
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
Fri Nov 13 23:00:23 2015 Hiroshi Shirosaki <h.shirosaki@gmail.com>
|
||||
|
||||
* configure.in: unset LD_PRELOAD on mingw. msys2 child processes
|
||||
crash at make test-all with LD_PRELOAD.
|
||||
[ruby-core:71461] [Bug #11680]
|
||||
|
||||
Fri Nov 13 14:00:43 2015 Zachary Scott <zzak@ruby-lang.org>
|
||||
|
||||
* ext/openssl/ossl_pkey.c: Merge ruby/openssl@b9ea8ef [Bug #10735]
|
||||
|
|
|
@ -3126,6 +3126,7 @@ if test "$with_dln_a_out" != yes; then
|
|||
XLDFLAGS="$XLDFLAGS -Wl,--stack,0x00200000,--enable-auto-import"
|
||||
DLDFLAGS="${DLDFLAGS} -Wl,--enable-auto-image-base,--enable-auto-import"
|
||||
: ${LIBPATHENV=""}
|
||||
: ${PRELOADENV=""}
|
||||
rb_cv_dlopen=yes],
|
||||
[hiuxmpp], [ : ${LDSHARED='$(LD) -r'}],
|
||||
[atheos*], [ : ${LDSHARED='$(CC) -shared'}
|
||||
|
|
Loading…
Reference in a new issue