Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP5:GA
libqt5-qtwebkit
7dac8c2d5f743563df76c2347c6ad394b6779ffc.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 7dac8c2d5f743563df76c2347c6ad394b6779ffc.patch of Package libqt5-qtwebkit
From 7dac8c2d5f743563df76c2347c6ad394b6779ffc Mon Sep 17 00:00:00 2001 From: Thiago Macieira <thiago.macieira@intel.com> Date: Sun, 12 Jul 2015 10:25:45 -0700 Subject: Don't let qt_module.prf create a linker version script for QtWebKit We don't need it, since the API isn't changing and most likely won't be part of Qt 6 anyway. And most especially, this is hitting a bug in gold: /usr/bin/ld.gold: internal error in override_version, at ../../gold/resolve.cc:61 Reported-At: https://sourceware.org/bugzilla/show_bug.cgi?id=16504 Change-Id: Ib056b47dde3341ef9a52ffff13f043184aa93cec Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com> --- Source/api.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/api.pri b/Source/api.pri index e0a09e8..de04652 100644 --- a/Source/api.pri +++ b/Source/api.pri @@ -28,7 +28,7 @@ use?(3D_GRAPHICS): WEBKIT += angle use?(leveldb):!use?(system_leveldb) WEBKIT += leveldb MODULE = webkit -CONFIG += creating_module +CONFIG += creating_module no_linker_version_script # This is the canonical list of dependencies for the public API of # the QtWebKit library, and will end up in the library's prl file. -- cgit v0.11.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor