﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
899	xz multilib 32 bit install	William Harrington	clfs-commits@…	"During configure we have:

CC=""gcc ${BUILD32}"" ./configure --prefix=/usr libdir=/lib


Should be:

CC=""gcc ${BUILD32}"" ./configure --prefix=/usr --libdir=/lib

Granted the configure still works and the makefile will still define libdir = /lib ( can do prefix without --prefix and the Makefile will have prefix defined as prefix = /usr), but we still need to do --lib regardless as it is a valid configure option."	defect	closed	critical		BOOK	CLFS Standard GIT	fixed		
