Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 494758 Details for
Bug 548626
>=dev-python/PyQt4-4.11.3 ignores CXX and *FLAGS when testing for qt installation resulting in failure with multilib setup
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
update qt install test to respect *FLAGS
qmake-cflags.patch (text/plain), 512 bytes, created by
gentoo.nlhowell
on 2017-09-16 15:56:06 UTC
(
hide
)
Description:
update qt install test to respect *FLAGS
Filename:
MIME Type:
Creator:
gentoo.nlhowell
Created:
2017-09-16 15:56:06 UTC
Size:
512 bytes
patch
obsolete
>--- a/configure.py 2017-09-15 22:15:59.380128246 +0300 >+++ b/configure.py 2017-09-15 22:17:15.332283132 +0300 >@@ -2280,6 +2280,9 @@ > # Create the .pro file. > pro_lines = [] > pro_add_qt_dependencies(target_config, metadata, pro_lines, debug) >+ pro_lines.append('QMAKE_CFLAGS += $$(CFLAGS)') >+ pro_lines.append('QMAKE_CXXFLAGS += $$(CXXFLAGS)') >+ pro_lines.append('QMAKE_LFLAGS += $$(LDFLAGS)') > pro_lines.append('TARGET = %s' % name) > pro_lines.append('SOURCES = %s' % name_source) >
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 548626
: 494758