mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-12-27 03:33:50 -05:00
Drop the min-kernel alignment hack
Someone is really insistant on "you cannot have any extra whitespace" so the hack will just not work. Let's drop it and simply move the --enable-kernel= switches to the last line.
This commit is contained in:
@@ -90,9 +90,9 @@ cd build</userinput></screen>
|
||||
--prefix=/usr \
|
||||
--host=$LFS_TGT \
|
||||
--build=$(../scripts/config.guess) \
|
||||
--enable-kernel=&min-kernel; \
|
||||
--disable-nscd \
|
||||
libc_cv_slibdir=/usr/lib</userinput></screen>
|
||||
libc_cv_slibdir=/usr/lib \
|
||||
--enable-kernel=&min-kernel;</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
<title>The meaning of the configure options:</title>
|
||||
|
||||
Reference in New Issue
Block a user