|
@@ -43,7 +43,21 @@
|
|
|
|
|
|
<para>Prepare Zlib for compilation:</para>
|
|
|
|
|
|
-<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
|
|
+<screen><userinput remap="configure">CFLAGS='-mstackrealign -fPIC -O3' ./configure --prefix=/usr</userinput></screen>
|
|
|
+
|
|
|
+ <variablelist>
|
|
|
+ <title>The meaning of the new configure environment variable:</title>
|
|
|
+
|
|
|
+ <varlistentry>
|
|
|
+ <term><envar>CFLAGS='-mstackrealign -fPIC -O3'</envar></term>
|
|
|
+ <listitem>
|
|
|
+ <para>Setting CFLAGS overrides the default optimization in the
|
|
|
+ package to prevent some run time errors.</para>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+ </variablelist>
|
|
|
+
|
|
|
+
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
|
|