Changeset e90b5e5 for BOOK/boot/common
- Timestamp:
- Apr 30, 2014, 3:38:15 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0bf9019, 4878841
- Parents:
- 49288c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/kmod.xml
r49288c7 re90b5e5 33 33 xpointer="xpointer(//*[@os='a'])"/> 34 34 35 <screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" liblzma_LIBS="-L/tools/lib -llzma" \ 36 zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib -lz" \ 37 ./configure --prefix=/tools \ 35 <screen os="b"><userinput>PKG_CONFIG= liblzma_CFLAGS="-I/tools/include" \ 36 liblzma_LIBS="-L/tools/lib -llzma" \ 37 zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib -lz" \ 38 ./configure --prefix=/tools \ 38 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib</userinput></screen> 39 40
Note:
See TracChangeset
for help on using the changeset viewer.