aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/kmod.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/kmod.xml')
-rw-r--r--chapter06/kmod.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml
index 74c650754..e2066bae3 100644
--- a/chapter06/kmod.xml
+++ b/chapter06/kmod.xml
@@ -43,10 +43,12 @@
<para>Prepare Kmod for compilation:</para>
-<screen><userinput remap="configure">liblzma_CFLAGS="-I/usr/include" liblzma_LIBS="-L/lib -llzma" \
- zlib_CFLAGS="-I/usr/include" zlib_LIBS="-L/lib -lz" ./configure \
- --prefix=/usr --bindir=/bin --libdir=/lib --sysconfdir=/etc --with-xz \
- --with-zlib</userinput></screen>
+<screen><userinput remap="configure">liblzma_CFLAGS="-I/usr/include" \
+liblzma_LIBS="-L/lib -llzma" \
+zlib_CFLAGS="-I/usr/include" \
+zlib_LIBS="-L/lib -lz" \
+./configure --prefix=/usr --bindir=/bin --libdir=/lib --sysconfdir=/etc \
+ --with-xz --with-zlib</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>