Author: krejzi
Date: 2012-05-13 12:39:20 -0600 (Sun, 13 May 2012)
New Revision: 10200
Modified:
trunk/BOOK/general/sysutils/gvfs.xml
Log:
Added sed to gvfs instructions that fixes compiling with gcc 4.7
Modified: trunk/BOOK/general/sysutils/gvfs.xml
===================================================================
--- trunk/BOOK/general/sysutils/gvfs.xml 2012-05-13 18:15:42 UTC (rev
10199)
+++ trunk/BOOK/general/sysutils/gvfs.xml 2012-05-13 18:39:20 UTC (rev
10200)
@@ -103,7 +103,9 @@
<para>Install <application>gvfs</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr \
+<screen><userinput>sed -e 's/g_clear_object (info)/g_clear_object
(\&info)/' \
+ -i daemon/gvfsafpvolume.c &&
+./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/gvfs &&
make</userinput></screen>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page