summaryrefslogtreecommitdiff
path: root/shell/source/all
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-11-15 15:56:44 +0100
committerMichael Stahl <mstahl@redhat.com>2011-11-15 20:52:01 +0100
commit09eabcfd91cdc94228b758c393daa5aaab3de378 (patch)
tree2679734541ca42c228d5421955ad3bdf6efd201d /shell/source/all
parenta9da5a0bd3631370dfed0c285440c3252c6daf3a (diff)
fdo#42865: shell: no mapfile
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE symbol in librecentfile.so, build it with hidden visibility.
Diffstat (limited to 'shell/source/all')
-rw-r--r--shell/source/all/makefile.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/source/all/makefile.mk b/shell/source/all/makefile.mk
index ffab5378fd1c..87312d3b13f9 100644
--- a/shell/source/all/makefile.mk
+++ b/shell/source/all/makefile.mk
@@ -30,6 +30,7 @@ PRJ=..$/..
PRJNAME=shell
TARGET=xmlparser
ENABLE_EXCEPTIONS=TRUE
+VISIBILITY_HIDDEN = TRUE
# --- Settings -----------------------------------------------------