This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
no more 'make install && make test' with shared libperl.so on Linux
[perl5.git]
/
Makefile.SH
diff --git
a/Makefile.SH
b/Makefile.SH
index
a062380
..
193b265
100644
(file)
--- a/
Makefile.SH
+++ b/
Makefile.SH
@@
-110,6
+110,9
@@
esac
case "$osname" in
os390) test -f /bin/env && ldlibpth="/bin/env $ldlibpth"
;;
case "$osname" in
os390) test -f /bin/env && ldlibpth="/bin/env $ldlibpth"
;;
+linux)
+ ldlibpth="LD_PRELOAD=\"\$\$LD_PRELOAD `pwd`/$libperl\" $ldlibpth"
+ ;;
esac
: Prepare dependency lists for Makefile.
esac
: Prepare dependency lists for Makefile.