]> git.pld-linux.org Git - packages/xpdf.git/blob - dynamic_private.patch
- updated to 4.01.01 (fixes CVE-2018-7173 CVE-2018-7174 CVE-2018-7175 CVE-2018-7452...
[packages/xpdf.git] / dynamic_private.patch
1 --- xpdf-4.01.01/xpdf-qt/CMakeLists.txt.orig    2019-03-14 22:01:02.000000000 +0100
2 +++ xpdf-4.01.01/xpdf-qt/CMakeLists.txt 2019-05-19 07:34:41.876234349 +0200
3 @@ -65,9 +65,6 @@
4    endif ()
5  
6    add_executable(xpdf
7 -    $<TARGET_OBJECTS:goo_objs>
8 -    $<TARGET_OBJECTS:fofi_objs>
9 -    $<TARGET_OBJECTS:splash_objs>
10      $<TARGET_OBJECTS:xpdf_objs>
11      $<TARGET_OBJECTS:xpdf_widget_objs>
12      ${XPDFWIDGET_PRINT_MODULES}
13 @@ -83,6 +80,7 @@
14      ${XPDF_ICONS}
15    )
16    target_link_libraries(xpdf ${QT_LIBRARIES} ${EXTRA_QT_LIBRARIES}
17 +                        goo fofi splash
18                          ${PAPER_LIBRARY}
19                          ${FREETYPE_LIBRARY} ${FREETYPE_OTHER_LIBS}
20                          ${DTYPE_LIBRARY} ${LCMS_LIBRARY}
This page took 0.517233 seconds and 3 git commands to generate.