summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/tru64cc.py
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-12-08 09:47:36 +0300
committerMatthieu Patou <mat@samba.org>2010-12-08 08:33:54 +0100
commit53b49d4091205cfefabf424a2fefc2df756613d9 (patch)
tree54566a89a1eddd1b7b6a45894463ddc5309d1a87 /buildtools/wafsamba/tru64cc.py
parentb352ecb1cf3bfb92cf8a2479a3ebe4d80ee2de60 (diff)
downloadsamba-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.py2
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