Bug 78685

Summary: glib2-devel could contain static libraries
Product: [Retired] Red Hat Linux Reporter: Bernd Kischnick <kisch>
Component: glib2Assignee: Owen Taylor <otaylor>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-01-09 20:42:45 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
patch to the spec file none

Description Bernd Kischnick 2002-11-27 16:44:33 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:0.9.8) Gecko/20020310

Description of problem:
glib2-devel-2.0.6-2.*.rpm doesn't contain static libraries.
Perhaps they should be added for the sake of other RPMs like pam or initscripts,
which then could use glib2 instead of glib.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
rpm -ql glib2-devel | grep "\.a$"

Actual Results:  no output

Expected Results:  
/usr/lib/libglib-2.0.a
/usr/lib/libgmodule-2.0.a
/usr/lib/libgobject-2.0.a
/usr/lib/libgthread-2.0.a


Additional info:

adding "--enable-static" plus the %files entry in the spec file works without
any problem. see attached patch to the spec file.

Comment 1 Bernd Kischnick 2002-11-27 16:45:22 UTC
Created attachment 86726 [details]
patch to the spec file

Comment 2 Owen Taylor 2003-01-09 20:42:45 UTC
* Thu Jan  9 2003 Owen Taylor <otaylor>
- Add static libraries to build (#78685, Bernd Kischnick)