summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-03-01 08:30:31 -0500
committerStephan Bergmann <sbergman@redhat.com>2016-03-01 15:03:57 +0000
commit2a5b8f34eba2f560759f27bb415dc599e657ab28 (patch)
tree5a684bbd72236318d92e86b665ae34407053adb2 /bin
parent58a22dc030460e7164663ef84acd01f7a993af28 (diff)
Exclude xmlsec headers from precompiled headers
Internal headers should not be exposed, rather xmlsec-wrapper.h should be used. Unfortunately, the latter causes undefined symbols on Linux when pch is enabled. Change-Id: Id68f1cde5090f1a8ba9530894e08edbeb3ad4165 Reviewed-on: https://gerrit.libreoffice.org/22811 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update_pch2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update_pch b/bin/update_pch
index d910ee1717c2..3c6de7845e1a 100755
--- a/bin/update_pch
+++ b/bin/update_pch
@@ -422,7 +422,7 @@ def filter_ignore(line, module):
]
if module == 'xmlsecurity':
ignore_list += [
- 'xmlsec/crypto.h',
+ 'xmlsec/*',
'xmlsecurity/xmlsec-wrapper.h',
]