summarylogtreecommitdiffstats
path: root/0004-Don-t-build-the-main-poppler-library.patch
diff options
context:
space:
mode:
Diffstat (limited to '0004-Don-t-build-the-main-poppler-library.patch')
-rw-r--r--0004-Don-t-build-the-main-poppler-library.patch15
1 files changed, 7 insertions, 8 deletions
diff --git a/0004-Don-t-build-the-main-poppler-library.patch b/0004-Don-t-build-the-main-poppler-library.patch
index 79e2e922c1c8..825ef26faad3 100644
--- a/0004-Don-t-build-the-main-poppler-library.patch
+++ b/0004-Don-t-build-the-main-poppler-library.patch
@@ -1,17 +1,17 @@
-From efb9c47f00b2b8b9bb237fa631e8f35f9ed1c631 Mon Sep 17 00:00:00 2001
+From c8dcf94691b9290f10e89eded920ababbfb812f3 Mon Sep 17 00:00:00 2001
From: Paul Gideon Dann <pdgiddie@gmail.com>
Date: Tue, 20 Oct 2009 18:32:35 +0100
Subject: [PATCH 4/4] Don't build the main poppler library.
---
- CMakeLists.txt | 12 ------------
- 1 file changed, 12 deletions(-)
+ CMakeLists.txt | 11 -----------
+ 1 file changed, 11 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index a1412d8..201a4e5 100644
+index e58a41d..3977624 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -471,18 +471,6 @@ if(HAVE_PTHREAD)
+@@ -470,17 +470,6 @@ if(HAVE_PTHREAD)
set(poppler_LIBS ${poppler_LIBS} ${CMAKE_THREAD_LIBS_INIT})
endif()
@@ -23,13 +23,12 @@ index a1412d8..201a4e5 100644
-add_library(poppler SHARED ${poppler_SRCS})
-endif(MSVC)
-set_target_properties(poppler PROPERTIES VERSION 58.0.0 SOVERSION 58)
--target_link_libraries(poppler ${poppler_LIBS})
--target_link_libraries(poppler LINK_INTERFACE_LIBRARIES "")
+-target_link_libraries(poppler LINK_PRIVATE ${poppler_LIBS})
-install(TARGETS poppler RUNTIME DESTINATION bin LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX})
-
if(ENABLE_XPDF_HEADERS)
install(FILES
poppler/Annot.h
--
-2.6.4
+2.7.1