Changeset 419681d6 for xsoft


Ignore:
Timestamp:
05/06/2016 01:04:13 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
2432970
Parents:
cf4247e
Message:

Sync to trunk r17130
Fix FAAC compilation under GCC-6

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17323 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    rcf4247e r419681d6  
    474474  # Icons
    475475  mkdir -vp /usr/share/pixmaps
    476   for i in $LO_PREFIX/share/icons/hicolor/32x32/application/*; do
     476  for i in $LO_PREFIX/share/icons/hicolor/32x32/apps/*; do
    477477    ln -svf $i /usr/share/pixmaps
    478478  done &amp;&amp;
     
    661661      <option>--disable-postgresql-sdbc</option>: This switch disables compiling
    662662      <application>LibreOffice</application> with the ability to connect to a
    663       <application>PostgreSQL</application> database. Remove it if you would
    664       like <application>LibreOffice</application> to be able to connect to a
    665       <application>PostgreSQL</application> database. If you have installed
    666       <application>PostgreSQL</application> on your system and would like
    667       <application>LibreOffice</application> to use that rather than compile its
    668       own copy, use the <option>--with-system-postgresql</option> switch.
     663      <application>PostgreSQL</application> database. Use it if you have not
     664      installed <application>PostgreSQL</application> and you do not want
     665      <application>Libreoffice</application> to compile its bundled copy.
    669666    </para>
    670667
     
    798795          <para>
    799796            is a tool to manage <application>LibreOffice</application>
    800             extensions from the command line shell starting script.
     797            extensions from the command line.
    801798          </para>
    802799          <indexterm zone="libreoffice unopkg">
Note: See TracChangeset for help on using the changeset viewer.