Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 34224

Summary: Request for a qt package built statically.
Product: Gentoo Linux Reporter: Stephen Torri <storri>
Component: [OLD] LibraryAssignee: Gentoo KDE team <kde>
Status: RESOLVED WONTFIX    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Stephen Torri 2003-11-23 15:02:52 UTC
I would like to know how hard it would be to add a new qt package to the portage
system that is built statically? At present it would only require adding a new
package, named qt-static, which installed the static libraries and adding a one
word change to the ebuild files. The configure script for the qt library by
default builds a shared library but adding '-static' to the command line gives
only static libraries. The configure script is not setup to do both.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
Built '.a' libraries so users can built static QT applications.
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-04-27 05:30:19 UTC
You're welcome to create a local ebuild for this in your overlay directory, but we're not going to support two separate versions.  Sorry.