fdo#42865: connectivity: mozab: no mapfile

In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
symbol in libmozabdrv.so, build it with hidden visibility.
This commit is contained in:
Michael Stahl
2011-11-15 15:58:10 +01:00
parent 09eabcfd91
commit 48dbaa517f
2 changed files with 2 additions and 10 deletions

View File

@@ -85,7 +85,7 @@ SLOFILES=\
# --- MOZAB BASE Library -----------------------------------
SHL1VERSIONMAP=$(SOLARENV)/src/component.map
SHL1USE_EXPORTS = name
SHL1TARGET= $(TARGET)$(DLLPOSTFIX)
SHL1OBJS=$(SLOFILES)
SHL1STDLIBS=\
@@ -145,7 +145,7 @@ DEPOBJFILES=$(SLO2FILES)
# --- MOZAB BASE Library -----------------------------------
SHL2VERSIONMAP= $(TARGET2).map
SHL2USE_EXPORTS = name
SHL2NOCHECK=TRUE
SHL2TARGET= $(TARGET2)$(DLLPOSTFIX)
SHL2OBJS=$(SLO2FILES)

View File

@@ -1,8 +0,0 @@
UDK_3_0_0 {
global:
OMozabConnection_CreateInstance;
OMozillaBootstrap_CreateInstance;
setMozabServiceFactory;
local:
*;
};