aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/libffi.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/libffi.xml')
-rw-r--r--chapter06/libffi.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/libffi.xml b/chapter06/libffi.xml
index 360ddf521..6a6f8a458 100644
--- a/chapter06/libffi.xml
+++ b/chapter06/libffi.xml
@@ -49,7 +49,7 @@
If this is not done, all applications that link to libffi will trigger
Illegal Operation Errors.</para>
</note>
-
+<!--
<para>Modify the Makefile to install headers into the standard
<filename class="directory">/usr/include</filename> directory instead of
<filename class="directory">/usr/lib/libffi-&libffi-version;/include</filename>.</para>
@@ -60,7 +60,7 @@
sed -e '/^includedir/ s/=.*$/=@includedir@/' \
-e 's/^Cflags: -I${includedir}/Cflags:/' \
-i libffi.pc.in</userinput></screen>
-
+-->
<para>Prepare libffi for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --disable-static --with-gcc-arch=native</userinput></screen>
@@ -92,6 +92,8 @@ sed -e '/^includedir/ s/=.*$/=@includedir@/' \
<screen><userinput remap="test">make check</userinput></screen>
+ <para>Six tests, all related to test-callback.c, are known to fail.</para>
+
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>