Opened 12 years ago

Closed 12 years ago

#901 closed defect (fixed)

kmod 32 bit build in multilib

Reported by: William Harrington Owned by: clfs-commits@…
Priority: blocker Milestone:
Component: BOOK Version: CLFS Standard GIT
Keywords: Cc:

Description

http://cross-lfs.org/view/svn/x86_64/final-system/kmod.html

This is being built for 64 bit. Not good. It should be for 32 bit.

Current:

PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} CC="gcc ${BUILD64}" \

./configure --prefix=/usr \ --bindir=/bin --sysconfdir=/etc \ --with-rootlibdir=/lib64 --libdir=/usr/lib64 \ --with-zlib --with-xz

Change:

PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} CC="gcc ${BUILD32}" \

./configure --prefix=/usr \ --bindir=/bin --sysconfdir=/etc \ --with-rootlibdir=/lib --libdir=/usr/lib \ --with-zlib --with-xz

Change History (1)

comment:1 by William Harrington, 12 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.