mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Added a patch to the libgsf instructions so that the configure script properly discovers GConf
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5260 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
fd288e7d81
commit
87dd670577
@ -1,8 +1,8 @@
|
||||
<!ENTITY day "03">
|
||||
<!ENTITY day "04">
|
||||
<!ENTITY month "11">
|
||||
<!ENTITY year "2005">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "November &day;rd, &year;">
|
||||
<!ENTITY releasedate "November &day;th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|stable|testing|unstable|development] -->
|
||||
|
@ -56,6 +56,14 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Required patch: <ulink
|
||||
url="&patch-root;/libgsf-&libgsf-version;-gconf_discovery_fix-1.patch"/></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Libgsf Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
@ -75,7 +83,8 @@
|
||||
<para>Install <application>libgsf</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
<screen><userinput>patch -Np1 -i ../libgsf-&libgsf-version;-gconf_discovery_fix-1.patch &&
|
||||
./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>Running <command>make check</command> will build a battery of test
|
||||
|
@ -41,6 +41,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>November 4th, 2005</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Added a patch to the libgsf instructions so that the
|
||||
configure script properly discovers GConf.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>November 3rd, 2005</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user