|
Loading...
|
lfs-book@linuxfromscratch.org
[Prev] Thread [Next] | [Prev] Date [Next]
[blfs-book] r9484 - trunk/BOOK/server/major andy Mon Feb 20 08:01:59 2012
Author: andy
Date: 2012-02-20 09:06:01 -0700 (Mon, 20 Feb 2012)
New Revision: 9484
Modified:
trunk/BOOK/server/major/bind.xml
Log:
sed to fix bind-9.8.1 --disable-static breakage
Modified: trunk/BOOK/server/major/bind.xml
===================================================================
--- trunk/BOOK/server/major/bind.xml 2012-02-20 14:24:28 UTC (rev 9483)
+++ trunk/BOOK/server/major/bind.xml 2012-02-20 16:06:01 UTC (rev 9484)
@@ -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>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
- [blfs-book] r9484 - trunk/BOOK/server/major andy 2012/02/20 <=