diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2015-08-27 15:30:10 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2015-09-07 11:21:11 +0100 |
commit | f8fbb01c4686d7e4393ba90b2e1326e9536d9107 (patch) | |
tree | 561b8a0d35cf3d6ecae9406bd912038c3b873b89 /Configure | |
parent | 049e0eb31f8abf40e06ee60ffc0b14ffd0991771 (diff) | |
download | perl-f8fbb01c4686d7e4393ba90b2e1326e9536d9107.tar.gz |
Don't add -shared when the compiler is clang++
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |