diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2022-09-14 15:54:49 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2022-09-15 08:32:41 +0200 |
commit | 8fce9a0a41b1bbebd325fc9d98a79d8decd3950c (patch) | |
tree | d420e24b5a0304e2919e8fde4a09b17ff45fee39 /sdext/Executable_xpdfimport.mk | |
parent | 1b705ea0e912604a5a7e35c9dd3c861da1c362c4 (diff) |
poppler: upgrade to release 22.09.0
Fixes CVE-2022-38784
Add external/poppler/disable-freetype.patch.1 to get rid of some new
code that unconditionally requires freetype, to avoid building that on
WNT/MACOSX.
Change-Id: I854d1865286b6fb4112cdf37898cda0203c52f2e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139941
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'sdext/Executable_xpdfimport.mk')
-rw-r--r-- | sdext/Executable_xpdfimport.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sdext/Executable_xpdfimport.mk b/sdext/Executable_xpdfimport.mk index 495671a4ecae..e8b6f7a90837 100644 --- a/sdext/Executable_xpdfimport.mk +++ b/sdext/Executable_xpdfimport.mk @@ -22,6 +22,10 @@ $(eval $(call gb_Executable_add_exception_objects,xpdfimport,\ sdext/source/pdfimport/xpdfwrapper/wrapper_gpl \ )) +$(eval $(call gb_Executable_use_system_win32_libs,xpdfimport,\ + shell32 \ +)) + $(eval $(call gb_Executable_add_default_nativeres,xpdfimport)) ifneq ($(SYSTEM_POPPLER),) |