projects
/
webkit2gtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ecfcf4
)
Fix riscv64 build due to not linking against libatomic
author
Alberto Garcia
<berto@igalia.com>
Tue, 12 Jun 2018 09:58:42 +0000
(10:58 +0100)
committer
Alberto Garcia
<berto@igalia.com>
Tue, 12 Jun 2018 09:58:42 +0000
(10:58 +0100)
===================================================================
Gbp-Pq: Name fix-atomics-build.patch
Source/cmake/OptionsGTK.cmake
patch
|
blob
|
history
diff --git
a/Source/cmake/OptionsGTK.cmake
b/Source/cmake/OptionsGTK.cmake
index 454dae41ddd20b0ca525151ddd6a4f23540e9665..9c15aa50afc2a09032f7f7e3f8503ab7359d8a00 100644
(file)
--- a/
Source/cmake/OptionsGTK.cmake
+++ b/
Source/cmake/OptionsGTK.cmake
@@
-32,6
+32,7
@@
find_package(LibSoup 2.42.0 REQUIRED)
find_package(LibXml2 2.8.0 REQUIRED)
find_package(PNG REQUIRED)
find_package(Sqlite REQUIRED)
+set(THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads REQUIRED)
find_package(ZLIB REQUIRED)
find_package(ATK REQUIRED)