Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 148871 Details for
Bug 223663
qt4: multilib issues
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
multilib patch, take2
qt-x11-opensource-src-4.2.2-multilib.patch (text/plain), 1.50 KB, created by
Rex Dieter
on 2007-02-27 16:33:33 UTC
(
hide
)
Description:
multilib patch, take2
Filename:
MIME Type:
Creator:
Rex Dieter
Created:
2007-02-27 16:33:33 UTC
Size:
1.50 KB
patch
obsolete
>--- qt-x11-opensource-src-4.2.2/mkspecs/linux-g++-64/qmake.conf.multilib 2006-11-27 11:26:42.000000000 -0600 >+++ qt-x11-opensource-src-4.2.2/mkspecs/linux-g++-64/qmake.conf 2007-02-26 15:01:02.000000000 -0600 >@@ -14,6 +14,8 @@ > QMAKE_CFLAGS = -m64 > QMAKE_LFLAGS = -m64 > >+QMAKE_CFLAGS_RELEASE += -O2 >+ > include(../common/g++.conf) > include(../common/linux.conf) > >--- qt-x11-opensource-src-4.2.2/mkspecs/linux-g++-32/qmake.conf.multilib 2006-11-27 11:26:42.000000000 -0600 >+++ qt-x11-opensource-src-4.2.2/mkspecs/linux-g++-32/qmake.conf 2007-02-26 15:01:34.000000000 -0600 >@@ -11,6 +11,8 @@ > QMAKE_CFLAGS = -m32 > QMAKE_LFLAGS = -m32 > >+QMAKE_CFLAGS_RELEASE += -O2 >+ > include(../common/g++.conf) > include(../common/linux.conf) > load(qt_config) >--- qt-x11-opensource-src-4.2.2/mkspecs/linux-g++/qmake.conf.multilib 2006-11-27 11:26:42.000000000 -0600 >+++ qt-x11-opensource-src-4.2.2/mkspecs/linux-g++/qmake.conf 2007-02-26 15:01:26.000000000 -0600 >@@ -8,6 +8,8 @@ > QT += core gui > QMAKE_INCREMENTAL_STYLE = sublib > >+QMAKE_CFLAGS_RELEASE += -O2 >+ > include(../common/g++.conf) > include(../common/linux.conf) > load(qt_config) >--- qt-x11-opensource-src-4.2.2/qmake/project.cpp.QMAKEPATH 2006-11-27 11:26:03.000000000 -0600 >+++ qt-x11-opensource-src-4.2.2/qmake/project.cpp 2007-02-26 13:45:39.000000000 -0600 >@@ -498,6 +498,7 @@ > ret << ((*it) + concat); > } > ret << QLibraryInfo::location(QLibraryInfo::DataPath) + concat; >+ ret << QLibraryInfo::location(QLibraryInfo::PrefixPath) + concat; > > return ret; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223663
:
148274
| 148871 |
148872
|
148923