glfs/general/genlib/libfam/libfam-exp.xml

22 lines
764 B
XML
Raw Normal View History

<sect2>
<title>Command explanations</title>
<para><command>patch -Np1 -i ../fam-dnotify.patch</command> : This patch causes
fam to use the Linux kernel dnotify mechanism to inform the calling process of
file modifications, rather than polling the file system for.</para>
<para><command>patch -Np1 -i ../fam-gcc3.patch</command> : This patch is
necessary to get <application><acronym>FAM</acronym></application> to compile
with gcc-&gcc-version;.</para>
<para><screen><command>libtoolize --force
aclocal
automake --add-missing
autoconf</command></screen>
These commands are necessary since the patches affect the
<filename>configure.in</filename> file. They regenerate a new
<command>configure</command> command with the necessary changes.</para>
</sect2>