diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-20 00:59:48 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-20 00:59:48 +0000 |
commit | c374061b9ba82691b40ff2548705034128367828 (patch) | |
tree | 698d99cc6f4e3e46e706428d4cb0b52462b3025c /hints | |
parent | 2a380090627f0ffa242f982195676354d1a2db22 (diff) | |
download | perl-c374061b9ba82691b40ff2548705034128367828.tar.gz |
In the latest compiler builds cccdlflags must not become -fpic,
from Wilfredo Sánchez.
p4raw-id: //depot/perl@7374
Diffstat (limited to 'hints')
-rw-r--r-- | hints/darwin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh index fd61e424b0..8625798d53 100644 --- a/hints/darwin.sh +++ b/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'; |