Bug 82330

Summary: libdir wrong in libfreetype.la
Product: [Retired] Red Hat Raw Hide Reporter: Joe Orton <jorton>
Component: freetypeAssignee: Owen Taylor <otaylor>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-02-05 05:21:20 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:
Bug Depends On:    
Bug Blocks: 79578    

Description Joe Orton 2003-01-21 12:07:05 UTC
[root@emcee root]# rpm -qf /usr/lib64/libfreetype.la
freetype-devel-2.1.3-4
[root@emcee root]# grep libdir= /usr/lib64/libfreetype.la
libdir='/usr/lib'

should be /usr/lib64; libtool gives warnings when linking against this library
currently.

Comment 1 Mike A. Harris 2003-01-23 00:31:14 UTC
That would be a libtool bug no?

Comment 2 Joe Orton 2003-01-23 14:48:36 UTC
More likely that the libtool --mode=link line is being passed -rpath /usr/lib
rather than -rpath /usr/lib64.

Comment 3 Owen Taylor 2003-02-05 05:21:20 UTC
2.1.3-6 fixes.