Revert vala update

Add exception to line removing .la files in Building Notes


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11573 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2013-08-03 03:44:50 +00:00
parent 784aae110c
commit 16d0ef2159
4 changed files with 13 additions and 10 deletions

View File

@ -396,7 +396,7 @@ export -f as_root</userinput></screen>
<!ENTITY subversion-version "1.8.1">
<!ENTITY tcl-version "8.6.0">
<!ENTITY tk-version "8.6.0">
<!ENTITY vala-major-version "0.21">
<!ENTITY vala-major-version "0.20"> <!-- even minors only -->
<!ENTITY vala-version "&vala-major-version;.1">
<!ENTITY yasm-version "1.2.0">

View File

@ -6,10 +6,10 @@
<!ENTITY vala-download-http "&gnome-download-http;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
<!ENTITY vala-download-ftp "&gnome-download-ftp;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
<!ENTITY vala-md5sum "4cfb9702657b0d4f7815a3c46b513ab0">
<!ENTITY vala-size "2.5 MB">
<!ENTITY vala-buildsize "143 MB">
<!ENTITY vala-time "1.3 SBU">
<!ENTITY vala-md5sum "f285a90af17c400e5a4bcecb2b9c318a">
<!ENTITY vala-size "2.6 MB">
<!ENTITY vala-buildsize "120 MB">
<!ENTITY vala-time "1.2 SBU">
]>
<sect1 id="vala" xreflabel="Vala-&vala-version;">

View File

@ -387,8 +387,13 @@ chmod 755 blfs-yes-test2</userinput></screen>
pkgconfig entries, they can actually prevent successful builds. You
may want to consider removing these files periodically:</para>
<screen><userinput>find /lib /usr/lib -name \*.la -delete</userinput></screen>
<screen><userinput>find /lib /usr/lib -not -path "*Image*" -a -name \*.la -delete</userinput></screen>
<para>The above command removes all .la files with the exception of those that have
"Image" (ImageMagick) as a part of the path. The .la files are used by the ImageMagick
modules subdirectory are used by the program. There may be other exceptions by
packages not in BLFS.</para>
</sect2>
</sect1>

View File

@ -43,6 +43,7 @@
</listitem>
-->
<listitem>
<para>August 2nd, 2013</para>
<listitem>
<itemizedlist>
@ -55,9 +56,6 @@
<listitem>
<para>[bdubbs] - Update to iso-codes-3.45.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to vala-0.21.1.</para>
</listitem>
<listitem>
<para>[bdubbs] - Added sections on stripping and removing
.la files to Notes on Buiiding Software in the Introduction.