Bug 71507

Summary: [CMake] Libraries are installed to /usr/lib and not /usr/lib64 on x86_64
Product: WebKit Reporter: tremyfr
Component: WebKit EFLAssignee: Raphael Kubo da Costa (:rakuco) <rakuco>
Status: RESOLVED FIXED    
Severity: Normal CC: dbates, gyuyoung.kim, lucas.de.marchi, mxie, paroga, rakuco, rwlbuis, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description tremyfr 2011-11-03 14:02:28 PDT
The install of lib is done in /usr/lib instead of /usr/lib64 on x86_64.
The "usual" option LIB_SUFFIX to solve this issue is not used (in CMakeLists.txt).
Comment 1 Raphael Kubo da Costa (:rakuco) 2011-11-03 14:04:12 PDT
Confirming the bug.
Comment 2 Raphael Kubo da Costa (:rakuco) 2012-03-01 14:50:54 PST
Created attachment 129752 [details]
Patch
Comment 3 WebKit Review Bot 2012-03-04 19:01:57 PST
Comment on attachment 129752 [details]
Patch

Clearing flags on attachment: 129752

Committed r109695: <http://trac.webkit.org/changeset/109695>
Comment 4 WebKit Review Bot 2012-03-04 19:02:01 PST
All reviewed patches have been landed.  Closing bug.