Bug 74412 - [Qt] [WK2] Linking fails if GStreamer not installed after r102493
Summary: [Qt] [WK2] Linking fails if GStreamer not installed after r102493
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Linux
: P3 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2011-12-13 08:19 PST by Viatcheslav Ostapenko
Modified: 2011-12-14 02:24 PST (History)
2 users (show)

See Also:


Attachments
Patch (968 bytes, patch)
2011-12-13 08:53 PST, Viatcheslav Ostapenko
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Viatcheslav Ostapenko 2011-12-13 08:19:09 PST
/home/sl/work/webkit/WebKitBuild/Debug/Source/WebKit2/debug/libwebkit2.a(SharedMemoryUnix.o): In function `WebKit::SharedMemory::create(unsigned int)':
/home/sl/work/webkit/WebKitBuild/Debug/Source/WebKit2/../../../../Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp:118: undefined reference to `shm_open'
/home/sl/work/webkit/WebKitBuild/Debug/Source/WebKit2/../../../../Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp:139: undefined reference to `shm_unlink'
/home/sl/work/webkit/WebKitBuild/Debug/Source/WebKit2/../../../../Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp:151: undefined reference to `shm_unlink'
/home/sl/work/webkit/WebKitBuild/Debug/Source/WebKit2/../../../../Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp:159: undefined reference to `shm_unlink'
Comment 1 Viatcheslav Ostapenko 2011-12-13 08:53:38 PST
Created attachment 119024 [details]
Patch
Comment 2 WebKit Review Bot 2011-12-14 02:24:07 PST
Comment on attachment 119024 [details]
Patch

Clearing flags on attachment: 119024

Committed r102760: <http://trac.webkit.org/changeset/102760>
Comment 3 WebKit Review Bot 2011-12-14 02:24:11 PST
All reviewed patches have been landed.  Closing bug.