Opened 12 years ago
Closed 12 years ago
#901 closed defect (fixed)
kmod 32 bit build in multilib
Reported by: | William Harrington | Owned by: | |
---|---|---|---|
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
Note:
See TracTickets
for help on using tickets.