|
@@ -6,7 +6,7 @@ This is the equivalent to make LDFLAGS=-static as we use with other
|
|
|
packages to compile them statically.</para>
|
|
|
|
|
|
<para><userinput>--prefix=/static:</userinput> This is NOT a typo. GCC hard
|
|
|
-codes some paths while compiling and so we need to pass /usr as the
|
|
|
+codes some paths while compiling and so we need to pass /static as the
|
|
|
prefix during ./configure. We pass the real install prefix during the
|
|
|
make install command later.</para>
|
|
|
|