diff options
author | CoprDistGit <infra@openeuler.org> | 2024-11-21 07:48:09 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-11-21 07:48:09 +0000 |
commit | 69ee0261ef8a845ede9f78cf6039d3b9cd2febf1 (patch) | |
tree | 8642c28c75302e914ebc725acf30c3ad153044df /poppler-0.90.0-position-independent-code.patch | |
parent | b218aa670ac9346b324008b8582517a2f92ab2cc (diff) |
automatic import of poppler
Diffstat (limited to 'poppler-0.90.0-position-independent-code.patch')
-rw-r--r-- | poppler-0.90.0-position-independent-code.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/poppler-0.90.0-position-independent-code.patch b/poppler-0.90.0-position-independent-code.patch new file mode 100644 index 0000000..12c879e --- /dev/null +++ b/poppler-0.90.0-position-independent-code.patch @@ -0,0 +1,12 @@ +--- poppler-0.90.0/CMakeLists.txt ++++ poppler-0.90.0/CMakeLists.txt +@@ -17,6 +17,9 @@ else() + + include(MacroOptionalFindPackage) + find_package(PkgConfig) ++ ++set(CMAKE_POSITION_INDEPENDENT_CODE ON) ++ + include(TestBigEndian) + test_big_endian(WORDS_BIGENDIAN) + include(CheckFileOffsetBits) |