Re: libreoffice's build is broken in jhalfs
| Newsgroups | gmane.linux.lfs.beyond.devel |
|---|---|
| Message-ID | <[email protected]> |
On 11/14/24 18:32, Zhang Wen ([email protected] via blfs-dev Mailing List) wrote: > The current libreoffice is generating wrong md5sum line in makefile when compiled > with jhalfs. > > The following patch can be a work-around, but the rendered page is not good. just > surround every para node with listitem in the Additional Downloads section. > > diff --git a/xsoft/office/libreoffice.xml b/xsoft/office/libreoffice.xml > index fe55fe2e9f..4de746e1bb 100644 > --- a/xsoft/office/libreoffice.xml > +++ b/xsoft/office/libreoffice.xml > @@ -129,9 +129,13 @@ > <para> > Dictionaries: <ulink url="&libreoffice-dict-download-http;"/> > </para> > + </listitem> > + <listitem> > <para> > Dictionaries MD5 sum: &libreoffice-dict-md5sum; > </para> > + </listitem> > + <listitem> > <para> > Dictionaries size: &libreoffice-dict-size; > </para> > @@ -153,9 +157,13 @@ > <para> > Translations: <ulink url="&libreoffice-translations-download-http;"/> > </para> > + </listitem> > + <listitem> > <para> > Translations MD5 sum: &libreoffice-translations-md5sum; > </para> > + </listitem> > + <listitem> > <para> > Translations size: &libreoffice-translations-size; > </para> I removed those items on purpose. The URL line needs the bullet points, but not tthe MD5 Sums and File sizes. If it's a jhalfs problem, then that's what needs to be fixed. -- Bruce -- http://lists.linuxfromscratch.org/sympa/info/blfs-dev Unsubscribe: See the above information page