Removed BUILD from libnl configure

This commit is contained in:
Andrew Bradford
2011-02-06 16:12:59 -05:00
parent c76b509e72
commit 485885e09b

View File

@ -30,7 +30,7 @@
<para os="a">Configure libnl:</para>
<screen os="b"><userinput>CC="${CC} ${BUILD} -Os" ./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
<screen os="b"><userinput>CC="${CC} -Os" ./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
<para os="c">Compile the package:</para>