Changeset c58002d2


Ignore:
Timestamp:
12/29/2007 07:35:29 AM (16 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d4a47c5a
Parents:
0a4d3456
Message:

Added --without-pam switch to OOo. Thanks Nathan.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7165 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0a4d3456 rc58002d2  
    44-->
    55
    6 <!ENTITY day          "28">                   <!-- Always 2 digits -->
     6<!ENTITY day          "29">                   <!-- Always 2 digits -->
    77<!ENTITY month        "12">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
  • introduction/welcome/changelog.xml

    r0a4d3456 rc58002d2  
    4343
    4444    <listitem>
     45      <para>December 29th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Added --without-pam switch to OpenOffice installation
     49          instructions. Reported by Nathan Coulson.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>December 28th, 2007</para>
    4656      <itemizedlist>
     
    100110      <itemizedlist>
    101111        <listitem>
    102           <para>[alexander] - Moved the URI Perl module under a separate heading,
    103           to simplify cross-references.</para>
     112          <para>[alexander] - Moved the URI Perl module under a separate
     113          heading, to simplify cross-references.</para>
    104114        </listitem>
    105115      </itemizedlist>
     
    163173      <itemizedlist>
    164174        <listitem>
    165           <para>[ag] - Fixed a broken link to the Python documentation. Reported by
    166           Moody.</para>
     175          <para>[ag] - Fixed a broken link to the Python documentation.
     176          Reported by Moody.</para>
    167177        </listitem>
    168178        <listitem>
     
    698708      <itemizedlist>
    699709        <listitem>
    700           <para>[ag] - Removed the extra-prompt.sh script. Avoid to export the PS1
    701           variable, and modified it. Thanks to David Jensen for the suggestions and
    702           to Craig Jackson for the report.</para>
     710          <para>[ag] - Removed the extra-prompt.sh script. Avoid to export
     711          the PS1 variable, and modified it. Thanks to David Jensen for the
     712          suggestions and to Craig Jackson for the report.</para>
    703713        </listitem>
    704714        <listitem>
     
    707717        </listitem>
    708718        <listitem>
    709           <para>[ag] - Added a consolidated patch to vim instructions, with fixes
    710           from upstream. Syncing with LFS.</para>
     719          <para>[ag] - Added a consolidated patch to vim instructions, with
     720          fixes from upstream. Syncing with LFS.</para>
    711721        </listitem>
    712722      </itemizedlist>
  • xsoft/suites/openoffice.xml

    r0a4d3456 rc58002d2  
    207207./configure --prefix=/opt/openoffice-&openoffice-version; \
    208208    --enable-libart --disable-fontooo --disable-gnome-vfs \
    209     --without-fonts --with-system-stdlibs --without-system-jars \
    210     --with-system-freetype --with-system-expat --with-system-libxml \
    211     --with-system-zlib --enable-cairo --enable-build-mozilla \
     209    --without-fonts --without-system-jars --without-pam \
     210    --with-system-stdlibs --with-system-freetype \
     211    --with-system-expat --with-system-libxml --with-system-zlib \
     212    --enable-cairo --enable-build-mozilla \
    212213    --with-build-version=BLFS --with-package-format=native \
    213214    --disable-binfilter --disable-odk --disable-qadevooo \
     
    313314    the source packages included in the build tree.</para>
    314315
     316    <para><parameter>--without-pam</parameter>: Disable the use of
     317    <application>Linux-PAM</application> functions.  Omit this switch if
     318    <application>Linux-PAM</application> is installed.</para>
     319
    315320    <para><parameter>--enable-build-mozilla</parameter>: Build the in-tree
    316321    <application>Mozilla</application> suite.</para>
    317322
    318     <para><parameter>--with-build-version=BLFS</parameter>:
    319     Appends "BLFS" to the end of the version string.</para>
     323    <para><parameter>--with-build-version=BLFS</parameter>: Appends "BLFS"
     324    to the end of the version string.</para>
    320325
    321326    <para><parameter>--with-package-format=native</parameter>: This switch
    322     disables the build of <application>RPM</application> packages.</para>
    323 
    324     <para><parameter>--disable-binfilter</parameter>: This switch disables the
    325     build of legacy <application>StarOffice-5</application> import
     327    forces the build to skip the packaging process, leaving only the
     328    temporary installation that would be used for packaging.  This temporary
     329    installation is later copied directly to the final destination.</para>
     330
     331    <para><parameter>--disable-binfilter</parameter>: This switch disables
     332    the build of legacy <application>StarOffice-5</application> import
    326333    filters.  Omit this switch if you've downloaded the binfilter package
    327     above.</para>
     334    above.  Warning: Installation of the legacy import filters increases the
     335    build time considerably.  Only install them if you have these old
     336    file types, and need to edit them in
     337    <application>OpenOffice</application>.</para>
    328338
    329339    <para><parameter>--disable-odk</parameter>: This switch disables the build
    330     of the <application>OpenOffice</application> SDK.  Ommit this switch if
     340    of the <application>OpenOffice</application> SDK.  Omit this switch if
    331341    you've downloaded the sdk package above.</para>
    332342
    333343    <para><parameter>--disable-qadevooo</parameter>: This switch skips
    334     the building of the quality assurance components used by the OOo
    335     dev team.</para>
    336 
    337     <para><parameter>--with-system-mozilla=<replaceable>[mozilla-type]</replaceable>
    338     </parameter>: Enables the use of system installed
     344    the building of the quality assurance tools used by the
     345    <application>OpenOffice</application> development teams.</para>
     346
     347    <para>
     348    <parameter>--with-system-mozilla=<replaceable>&lt;type&gt;</replaceable>
     349    </parameter>: Enables the use of a system installed
    339350    <application>gecko</application> or <application>XULRunner</application>
    340351    engine in place of the full <application>Mozilla</application> suite.
    341352    This will disable the use of a <application>Thunderbird</application>
    342353    address book as a data source.  If you omit the type of installation,
    343     the build system defaults to <parameter>xulrunner</parameter>.</para>
     354    configure defaults to, and searches for a working
     355    <application>XULRunner</application> installation and will fail if
     356    one is not found.</para>
    344357
    345358    <para><parameter>--disable-cups</parameter>: Disable the use of
    346359    <application>CUPS</application> for printing.</para>
    347360
    348     <para><parameter>--with-lang=<replaceable>&lt;LANG&gt;</replaceable></parameter>:
     361    <para>
     362    <parameter>--with-lang=<replaceable>&lt;LANG&gt;</replaceable></parameter>:
    349363    Allows the use of additional languages in
    350364    <application>OpenOffice</application>. ENUS is the default.</para>
    351365
    352     <para><parameter>--with-dict=<replaceable>&lt;LANG&gt;</replaceable></parameter>:
     366    <para>
     367    <parameter>--with-dict=<replaceable>&lt;LANG&gt;</replaceable></parameter>:
    353368    Allows the use of alternate dictionaries in
    354369    <application>OpenOffice</application>. ENUS is the default.</para>
    355370
    356     <para><parameter>--with-use-shell=bash</parameter>: Tells the OOo build
    357     system to use bash as opposed to tcsh.</para>
     371    <para><parameter>--with-use-shell=bash</parameter>: Tells the
     372    <application>OpenOffice</application> build system to use bash as opposed
     373    to tcsh.</para>
    358374
    359375    <para><command>./bootstrap</command>: Build the
     
    378394
    379395      <seglistitem>
    380         <seg>scalc, sdraw, simpress, smath, soffice, spadmin, and swriter.</seg>
     396        <seg>scalc, sdraw, simpress, smath, soffice, spadmin,
     397        and swriter.</seg>
    381398        <seg><application>OpenOffice</application> libraries</seg>
    382399        <seg>/opt/openoffice-&openoffice-version;</seg>
Note: See TracChangeset for help on using the changeset viewer.