summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-11-15 15:51:10 +0100
committerMichael Stahl <mstahl@redhat.com>2011-11-15 20:52:00 +0100
commit5f1799f57978bb9accfe59fb5bc38d01686441b6 (patch)
tree53423aca26ed181ca353df3b4296d85d231f35d4 /lingucomponent
parentc506e1852af6605c97b2194df95a0810fd42b3aa (diff)
fdo#42865: libexttextcat,lingucomponent: no mapfile
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE symbol in libguesslanglo.so, build both it and libexttextcat with hidden visibility.
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/languageguessing/makefile.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/lingucomponent/source/languageguessing/makefile.mk b/lingucomponent/source/languageguessing/makefile.mk
index 40d3157b0993..5fe1945ed60d 100644
--- a/lingucomponent/source/languageguessing/makefile.mk
+++ b/lingucomponent/source/languageguessing/makefile.mk
@@ -31,6 +31,7 @@ PRJNAME=lingucomponent
TARGET=guesslang
ENABLE_EXCEPTIONS=TRUE
+VISIBILITY_HIDDEN=TRUE
#----- Settings ---------------------------------------------------------
@@ -71,13 +72,11 @@ SHL1STDLIBS= \
$(UNOTOOLSLIB)
# build DLL
+SHL1USE_EXPORTS = name
SHL1LIBS= $(SLB)$/$(TARGET).lib
SHL1IMPLIB= i$(TARGET)
SHL1DEPN= $(SHL1LIBS)
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-.IF "$(OS)"!="MACOSX"
-SHL1VERSIONMAP=$(SOLARENV)/src/component.map
-.ENDIF
# build DEF file
DEF1NAME =$(SHL1TARGET)