summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-11-15 15:58:10 +0100
committerMichael Stahl <mstahl@redhat.com>2011-11-15 20:52:02 +0100
commit48dbaa517f1a72a9bf11fa4db7425510c86c677b (patch)
tree91b73aa1a9beb813902f5efe0666aeb6db58afb5
parent09eabcfd91cdc94228b758c393daa5aaab3de378 (diff)
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.
-rwxr-xr-xconnectivity/source/drivers/mozab/makefile.mk4
-rwxr-xr-xconnectivity/source/drivers/mozab/mozabdrv.map8
2 files changed, 2 insertions, 10 deletions
diff --git a/connectivity/source/drivers/mozab/makefile.mk b/connectivity/source/drivers/mozab/makefile.mk
index cefb6f9fb969..07e6dcce0b4a 100755
--- a/connectivity/source/drivers/mozab/makefile.mk
+++ b/connectivity/source/drivers/mozab/makefile.mk
@@ -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)
diff --git a/connectivity/source/drivers/mozab/mozabdrv.map b/connectivity/source/drivers/mozab/mozabdrv.map
deleted file mode 100755
index a431a0737754..000000000000
--- a/connectivity/source/drivers/mozab/mozabdrv.map
+++ /dev/null
@@ -1,8 +0,0 @@
-UDK_3_0_0 {
- global:
- OMozabConnection_CreateInstance;
- OMozillaBootstrap_CreateInstance;
- setMozabServiceFactory;
- local:
- *;
-};