Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 186282 Details for
Bug 204877
dev-python/PyQt4-4.3.3: prestripped files
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Removes stripping
configure.py.patch (text/plain), 825 bytes, created by
Davide Pesavento (RETIRED)
on 2009-03-26 00:22:55 UTC
(
hide
)
Description:
Removes stripping
Filename:
MIME Type:
Creator:
Davide Pesavento (RETIRED)
Created:
2009-03-26 00:22:55 UTC
Size:
825 bytes
patch
obsolete
>diff -Naur PyQt-x11-gpl-4.4.4~orig/configure.py PyQt-x11-gpl-4.4.4/configure.py >--- PyQt-x11-gpl-4.4.4~orig/configure.py 2009-03-26 01:01:43.000000000 +0100 >+++ PyQt-x11-gpl-4.4.4/configure.py 2009-03-26 01:09:50.000000000 +0100 >@@ -666,6 +666,7 @@ > install_dir=pydbusmoddir, > qt=["QtCore"], > debug=opts.debug, >+ strip=0, > universal=sipcfg.universal > ) > >@@ -1350,6 +1351,7 @@ > warnings=1, > static=opts.static, > debug=opts.debug, >+ strip=0, > universal=sipcfg.universal > ) > >@@ -1510,7 +1512,7 @@ > # The Qt binary installer has macx-xcode as the default. > args = "-spec macx-g++ " + args > >- return args >+ return " QMAKE_STRIP= " + args > > > def get_qt_configuration():
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 204877
: 186282