From 8848f4e8c203e35f14a4f20919b826e2d667b757 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 14 Aug 2014 16:19:25 +0200 Subject: xmlsecurity: remove NSS cert.h from PCH nssrenam.h is another horror... Change-Id: I166ac2ab1414e89d5cd4beae543670fdfa389adb --- bin/update_pch.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/update_pch.sh b/bin/update_pch.sh index 09ffd08fe028..0d0b8f6a9444 100755 --- a/bin/update_pch.sh +++ b/bin/update_pch.sh @@ -133,6 +133,7 @@ function filter_ignore() # - sores.hxx provides BMP_PLUGIN, which is redefined # - some sources play ugly #define tricks with editeng/eeitemid.hxx # - objbase.h and oledb.h break ado +# - NSS cert.h may need to be mangled by nssrenam.h # - xmlreader.h breaks cppuhelper # - jerror.h and jpeglib.h are not self-contained # - service1.hxx/service2.hxx are inside comments in frameworks/ @@ -147,6 +148,7 @@ function filter_ignore() grep -v -F -e '#include ' | \ grep -v -F -e '#include ' | \ grep -v -F -e '#include ' | \ + grep -v -F -e '#include ' | \ grep -v -F -e '#include ' | \ grep -v -F -e '#include "jerror.h"' | \ grep -v -F -e '#include "jpeglib.h"' -- cgit