In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f8fbb01c4686d7e4393ba90b2e1326e9536d9107?hp=049e0eb31f8abf40e06ee60ffc0b14ffd0991771>
- Log ----------------------------------------------------------------- commit f8fbb01c4686d7e4393ba90b2e1326e9536d9107 Author: Chris 'BinGOs' Williams <[email protected]> Date: Thu Aug 27 15:30:10 2015 +0100 Don't add -shared when the compiler is clang++ ----------------------------------------------------------------------- Summary of changes: Configure | 1 + 1 file changed, 1 insertion(+) diff --git a/Configure b/Configure index 5177c33..839f5b2 100755 --- a/Configure +++ b/Configure @@ -8279,6 +8279,7 @@ runnm=false : with g++ one needs -shared to get is-in-libc to work for dlopen case "$gccversion" in '') ;; +*Clang*) ;; *) case "$d_cplusplus" in "$define") ccflags="$ccflags -shared" ;; esac -- Perl5 Master Repository
