From: Jarkko Hietaniemi Date: Fri, 20 Oct 2000 00:59:48 +0000 (+0000) Subject: In the latest compiler builds cccdlflags must not become -fpic, X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c374061b9ba82691b40ff2548705034128367828;hp=2a380090627f0ffa242f982195676354d1a2db22;p=p5sagit%2Fp5-mst-13.2.git In the latest compiler builds cccdlflags must not become -fpic, from Wilfredo Sánchez. p4raw-id: //depot/perl@7374 --- diff --git a/hints/darwin.sh b/hints/darwin.sh index fd61e42..8625798 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';