Author: archaic
Date: 2005-05-18 21:31:21 -0600 (Wed, 18 May 2005)
New Revision: 4364
Modified:
trunk/BOOK/general/sysutils/gpm.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Moved the LDFLAGS option from the configure command to the make command as libm
wasn't being properly pulled into the environment.
Modified: trunk/BOOK/general/sysutils/gpm.xml
===================================================================
--- trunk/BOOK/general/sysutils/gpm.xml 2005-05-18 21:13:28 UTC (rev 4363)
+++ trunk/BOOK/general/sysutils/gpm.xml 2005-05-19 03:31:21 UTC (rev 4364)
@@ -82,8 +82,8 @@
<screen><userinput>patch -Np1 -i ../gpm-&gpm-version;-segfault-1.patch
&&
patch -Np1 -i ../gpm-&gpm-version;-silent-1.patch &&
-LDFLAGS="-lm" ./configure --prefix=/usr --sysconfdir=/etc &&
-make</userinput></screen>
+./configure --prefix=/usr --sysconfdir=/etc &&
+LDFLAGS="-lm" make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2005-05-18 21:13:28 UTC
(rev 4363)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2005-05-19 03:31:21 UTC
(rev 4364)
@@ -25,6 +25,12 @@
<itemizedlist>
<listitem>
+ <para>May 18th, 2005 [archaic]: Moved the LDFLAGS option from the
+ configure command to the make command as libm wasn't being properly
+ pulled into the environment.</para>
+ </listitem>
+
+ <listitem>
<para>May 18th, 2005 [randy]: Fixed documentation installation command
in the EsounD instructions, suggested by David Jensen; fixed skin file
MD5sum in the MPlayer instructions, suggested by Zibeli Aton.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page