diff options
Diffstat (limited to 'chapter08/cleanup.xml')
-rw-r--r-- | chapter08/cleanup.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter08/cleanup.xml b/chapter08/cleanup.xml index daa38f597..fc3b55aef 100644 --- a/chapter08/cleanup.xml +++ b/chapter08/cleanup.xml @@ -21,7 +21,9 @@ by libltdl, and it's known that some .la files can break BLFS package builds. Remove those files now:</para> -<screen><userinput>find /usr/lib /usr/libexec -name \*.la -delete</userinput></screen> +<screen><userinput>find /usr/lib /usr/libexec -name \*.la -delete</userinput><userinput arch="ml_32,ml_all"> +find /usr/lib32 -name \*.la -delete</userinput><userinput arch="ml_x32,ml_all"> +find /usr/libx32 -name \*.la -delete</userinput></screen> <para>For more information about libtool archive files, see the <ulink url="&blfs-book;introduction/la-files.html">BLFS section "About Libtool |