projects
/
webkit2gtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4be45d2
)
Fix riscv64 build due to not linking against libatomic
author
Alberto Garcia
<berto@igalia.com>
Mon, 13 Aug 2018 07:52:34 +0000
(08:52 +0100)
committer
Alberto Garcia
<berto@igalia.com>
Mon, 13 Aug 2018 07:52:34 +0000
(08:52 +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 059d5d9303e5368dd5777385598372857380f310..fac34dfc2ab633655d4e7b47c34ceb6d0d8d3f29 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)