]> git.pld-linux.org Git - packages/xpdf.git/blob - xpdf-link.patch
- updated to 4.01.01 (fixes CVE-2018-7173 CVE-2018-7174 CVE-2018-7175 CVE-2018-7452...
[packages/xpdf.git] / xpdf-link.patch
1 --- xpdf-4.01.01/fofi/CMakeLists.txt.orig       2019-03-14 22:01:02.000000000 +0100
2 +++ xpdf-4.01.01/fofi/CMakeLists.txt    2019-05-19 10:21:08.075467801 +0200
3 @@ -24,3 +24,4 @@
4  add_library(fofi
5    $<TARGET_OBJECTS:fofi_objs>
6  )
7 +target_link_libraries(fofi goo)
8 --- xpdf-4.01.01/splash/CMakeLists.txt.orig     2019-03-14 22:01:02.000000000 +0100
9 +++ xpdf-4.01.01/splash/CMakeLists.txt  2019-05-19 10:22:19.315081863 +0200
10 @@ -44,4 +44,5 @@
11    add_library(splash
12      $<TARGET_OBJECTS:splash_objs>
13    )
14 +  target_link_libraries(splash fofi goo ${DTYPE_LIBS} ${FREETYPE_LIBS})
15  endif ()
This page took 0.050898 seconds and 3 git commands to generate.