diff options
author | Matthieu Patou <mat@matws.net> | 2010-12-08 09:47:36 +0300 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2010-12-08 08:33:54 +0100 |
commit | 53b49d4091205cfefabf424a2fefc2df756613d9 (patch) | |
tree | 54566a89a1eddd1b7b6a45894463ddc5309d1a87 /buildtools/wafsamba/tru64cc.py | |
parent | b352ecb1cf3bfb92cf8a2479a3ebe4d80ee2de60 (diff) | |
download | samba-53b49d4091205cfefabf424a2fefc2df756613d9.tar.gz samba-53b49d4091205cfefabf424a2fefc2df756613d9.tar.bz2 samba-53b49d4091205cfefabf424a2fefc2df756613d9.zip |
build: tru64 needs -shared for building libs
Autobuild-User: Matthieu Patou <mat@samba.org>
Autobuild-Date: Wed Dec 8 08:33:54 CET 2010 on sn-devel-104
Diffstat (limited to 'buildtools/wafsamba/tru64cc.py')
-rw-r--r-- | buildtools/wafsamba/tru64cc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/tru64cc.py b/buildtools/wafsamba/tru64cc.py index c4a0dcaf5a..7e85701536 100644 --- a/buildtools/wafsamba/tru64cc.py +++ b/buildtools/wafsamba/tru64cc.py @@ -58,7 +58,7 @@ def tru64cc_common_flags(conf): # shared library # v['shlib_CCFLAGS'] = ['-Kpic', '-DPIC'] -# v['shlib_LINKFLAGS'] = ['-G'] + v['shlib_LINKFLAGS'] = ['-shared'] v['shlib_PATTERN'] = 'lib%s.so' # static lib |