[Webkit-unassigned] [Bug 81961] New: OLD_COMPILE_FLAGS was set incorrectly in WebKitHelpers.cmake
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 22 14:06:22 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=81961
Summary: OLD_COMPILE_FLAGS was set incorrectly in
WebKitHelpers.cmake
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mxie at rim.com
CC: rwlbuis at gmail.com
This is a regression from trunk at 109292
IF (${TARGET_TYPE} STREQUAL "STATIC_LIBRARY") # -fPIC is automatically added to shared libraries
SET(OLD_COMPILE_FLAGS "-fPIC")
ENDIF ()
All the previous OLD_COMPILE_FLAGS are gone in this condition.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list