diff options
Diffstat (limited to 'hints')
-rw-r--r-- | hints/dcosx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/dcosx.sh b/hints/dcosx.sh index 3b8a300fa9..36afd3b921 100644 --- a/hints/dcosx.sh +++ b/hints/dcosx.sh @@ -179,7 +179,7 @@ rm -f core # DC/OSx hides certain functions in a libc that looks dynamic but isn't # because of this we reinclude -lc when building dynamic extenstions libc='/usr/ccs/lib/libc.so' -cccdlflags='-lc' +lddlflags='-G -lc' # DC/OSx gets overenthusiastic with symbol removal when building dynamically ccdlflags='-Blargedynsym' |