diff options
Diffstat (limited to 'chapter08/libffi.xml')
-rw-r--r-- | chapter08/libffi.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chapter08/libffi.xml b/chapter08/libffi.xml index 9a3bf32ad..aaba5ce3e 100644 --- a/chapter08/libffi.xml +++ b/chapter08/libffi.xml @@ -52,7 +52,10 @@ <para>Prepare libffi for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --disable-static --with-gcc-arch=native</userinput></screen> + <screen><userinput remap="configure">./configure --prefix=/usr \ + --disable-static \ + --with-gcc-arch=native \ + --disable-exec-static-tramp </userinput></screen> <variablelist> <title>The meaning of the configure option:</title> |