sed to fix bind-9.8.1 --disable-static breakage

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9484 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Andrew Benton 2012-02-20 16:06:01 +00:00
parent 7c29359042
commit e29bc0b499

View File

@ -97,6 +97,13 @@
<screen><userinput>patch -Np1 -i ../bind-&bind-version;-use_iproute2-1.patch</userinput></screen>
<para>If you want to <command>configure</command>
<application>BIND</application> with the option
<option>--disable-static</option> fix a bug in one of the Makefiles:</para>
<!-- this is a bug in bind-9.8.1 that wasn't in bind-9.8.0 -->
<screen><userinput>sed -i 's# driver.o# .libs/driver.o#' bin/tests/system/dlzexternal/Makefile.in</userinput></screen>
<para>Install <application>BIND</application> by running the
following commands:</para>