summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/hpuxcc.py
diff options
context:
space:
mode:
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'