summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/hpuxcc.py
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-12-15 11:33:02 +0300
committerMatthieu Patou <mat@matws.net>2010-12-15 12:07:32 +0300
commit05e0f75c741e9483ddb3fe16f3c77ff87185e4b3 (patch)
tree19baf6919c8f41c6dab30fefc8686f17cc67c50e /buildtools/wafsamba/hpuxcc.py
parent12e49a748c26697fb6f697512babb949a6c2931f (diff)
downloadsamba-05e0f75c741e9483ddb3fe16f3c77ff87185e4b3.tar.gz
samba-05e0f75c741e9483ddb3fe16f3c77ff87185e4b3.tar.bz2
samba-05e0f75c741e9483ddb3fe16f3c77ff87185e4b3.zip
build: hpux didn't support -Bdynamic
Diffstat (limited to 'buildtools/wafsamba/hpuxcc.py')
-rw-r--r--buildtools/wafsamba/hpuxcc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/hpuxcc.py b/buildtools/wafsamba/hpuxcc.py
index abdf2a807b..c263556cd8 100644
--- a/buildtools/wafsamba/hpuxcc.py
+++ b/buildtools/wafsamba/hpuxcc.py
@@ -26,7 +26,7 @@ def gcc_modifier_hpux(conf):
v['RPATH_ST']='-Wl,-rpath,%s'
v['CCDEFINES_ST']='-D%s'
v['SONAME_ST']='-Wl,-h,%s'
- v['SHLIB_MARKER']=['-Wl,-Bdynamic']
+ v['SHLIB_MARKER']=[]
# v['STATICLIB_MARKER']='-Wl,-Bstatic'
v['FULLSTATIC_MARKER']='-static'
v['program_PATTERN']='%s'