summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/hints/darwin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/hints/darwin.sh')
-rw-r--r--contrib/perl5/hints/darwin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/perl5/hints/darwin.sh b/contrib/perl5/hints/darwin.sh
index fd61e42..8625798 100644
--- a/contrib/perl5/hints/darwin.sh
+++ b/contrib/perl5/hints/darwin.sh
@@ -47,7 +47,7 @@ ld='cc';
so='dylib';
dlext='bundle';
dlsrc='dl_dyld.xs'; usedl='define';
-cccdlflags='';
+cccdlflags=' '; # space, not empty, because otherwise we get -fpic
lddlflags="${ldflags} -bundle -undefined suppress";
ldlibpthname='DYLD_LIBRARY_PATH';
useshrplib='true';
OpenPOWER on IntegriCloud