mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
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:
parent
7c29359042
commit
e29bc0b499
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user