Bug 175835

Summary: would like static libs (*.a) put back in
Product: [Fedora] Fedora Reporter: Peter Quiring <pquiring>
Component: libjpegAssignee: Matthias Clasen <mclasen>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-12-15 17:04:40 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:

Description Peter Quiring 2005-12-15 16:56:38 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051211 Fedora/1.5-1.1 Firefox/1.5

Description of problem:
I noticed in ticket #145971 that the static libs from jpeg-devel were removed.  I need these libs for my projects.  I prefer to build projects with -static option to increase their portablility.  As a third party vendor this is essential.

Please put back the *.a files, and please don't remove any others.

Thanks.


Version-Release number of selected component (if applicable):
libjpeg-devel-6b-36

How reproducible:
Always

Steps to Reproduce:
1.Install jpeg-devel.
2.Build -static projects.
3.Fails (ljpeg not found)
  

Actual Results:  library not found.

Expected Results:  build project as before.

Additional info:

Comment 1 Matthias Clasen 2005-12-15 17:04:40 UTC
No.

To cite the Fedora packaging guidelines:

Packages including libraries should exclude static libs as far as possible (eg
by configuring with --disable-static). Static libraries should only be included
in exceptional circumstances. Also applications linking against libraries should
as far as possible link against shared libraries not static versions.


Bring it up on fedora-devel, if you feel strongly about it.