Bug 72530

Summary: small bug in %install section
Product: [Retired] Red Hat Linux Reporter: Arjan van de Ven <arjanv>
Component: libpngAssignee: Jonathan Blandford <jrb>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: ddumas
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: 2003-02-20 05:06:31 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 Arjan van de Ven 2002-08-24 22:32:22 UTC
make install prefix=$RPM_BUILD_ROOT/usr

should be

make install prefix=$RPM_BUILD_ROOT/usr LIBPATH=$RPM_BUILD_ROOT/%{_libdir}

to make sure multilib architectures like x86-64 work with this package

Comment 1 Jonathan Blandford 2003-02-20 05:06:31 UTC
dunno why it isn't just %makeinstall, but this has been fixed, it seems.