projects
/
webkit2gtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65759b3
)
Fix riscv64 build due to not linking against libatomic
author
Alberto Garcia
<berto@igalia.com>
Mon, 6 Aug 2018 13:39:27 +0000
(14:39 +0100)
committer
Alberto Garcia
<berto@igalia.com>
Mon, 6 Aug 2018 13:39:27 +0000
(14:39 +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 3a7d68a4381d1c767794c5aa5fb94ee34136fae6..62bea1065fd09bedb1912ddb2e1bbbdc4534698d 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)