1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

build: hpux didn't support -Bdynamic

This commit is contained in:
Matthieu Patou 2010-12-15 11:33:02 +03:00
parent 12e49a748c
commit 05e0f75c74

View File

@ -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'