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.
Created attachment 86726 [details] patch to the spec file
* Thu Jan 9 2003 Owen Taylor <otaylor> - Add static libraries to build (#78685, Bernd Kischnick)