[webkit-changes] [WebKit/WebKit] 1eb09a: Fix SharedMemoryUnix link with librt
Olivier Blin
noreply at github.com
Fri Feb 2 13:43:49 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1eb09af23ff74b44a5067913dad407a75005898e
https://github.com/WebKit/WebKit/commit/1eb09af23ff74b44a5067913dad407a75005898e
Author: Olivier Blin <olivier.blin at softathome.com>
Date: 2024-02-02 (Fri, 02 Feb 2024)
Changed paths:
M Source/WebCore/CMakeLists.txt
M Source/WebKit/CMakeLists.txt
Log Message:
-----------
Fix SharedMemoryUnix link with librt
https://bugs.webkit.org/show_bug.cgi?id=268626
Reviewed by Michael Catanzaro.
In 273951 at main, SharedMemoryUnix has been moved from WebKit to WebCore.
Since it uses shm_open(), the matching librt test should be moved in
WebCore cmake files.
* Source/WebCore/CMakeLists.txt:
* Source/WebKit/CMakeLists.txt:
Canonical link: https://commits.webkit.org/274015@main
More information about the webkit-changes
mailing list