Bug 125511

Summary: [GTK][CMake] libtool-compatible soversion calculation
Product: WebKit Reporter: Gustavo Noronha (kov) <gustavo>
Component: WebKitGTKAssignee: Martin Robinson <mrobinson>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, gustavo, gyuyoung.kim, mrobinson, rakuco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 115966    
Attachments:
Description Flags
Patch
none
Fix ChangeLog gustavo: review+

Description Gustavo Noronha (kov) 2013-12-10 07:16:38 PST
We should support at least darwin, bsd and gnu.
Comment 1 Martin Robinson 2013-12-22 20:24:52 PST
Created attachment 219889 [details]
Patch
Comment 2 Martin Robinson 2013-12-22 20:34:01 PST
Created attachment 219891 [details]
Fix ChangeLog
Comment 3 Martin Robinson 2013-12-22 21:20:55 PST
(In reply to comment #2)
> Created an attachment (id=219891) [details]
> Fix ChangeLog

Windows, Darwin and Linux all have the same calculation. The current patch doesn't do anything different for FreeBSD, but it's not clear to me yet that this is a problem.
Comment 4 Gustavo Noronha (kov) 2013-12-23 05:29:32 PST
Comment on attachment 219891 [details]
Fix ChangeLog

Nice!
Comment 5 Martin Robinson 2013-12-23 06:42:19 PST
Committed r160994: <http://trac.webkit.org/changeset/160994>