Changeset 4ee8515


Ignore:
Timestamp:
07/30/2014 06:57:33 AM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0b42b27
Parents:
5f1ca9f
Message:

thunderbird got infected with pulseaudio

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

Location:
xsoft
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r5f1ca9f r4ee8515  
    263263    <note><para>
    264264      If you are compiling <application>Firefox</application> in chroot, prepend
    265       <envar>SHELL=/bin/bash</envar> to the first make command below.
     265      <envar>SHELL=/bin/sh</envar> to the first make command below.
    266266    </para></note>
    267267     
  • xsoft/other/thunderbird.xml

    r5f1ca9f r4ee8515  
    131131      <xref linkend="libnotify"/>,
    132132      <xref linkend="openjdk"/>,
     133      <xref linkend="pulseaudio"/>,
    133134      <xref linkend="startup-notification"/>,
    134135      <xref linkend="wget"/>,
     
    178179#ac_add_options --enable-system-hunspell
    179180#ac_add_options --enable-startup-notification
     181
     182# Comment out following option if you have PulseAudio installed
     183ac_add_options --disable-pulseaudio
    180184
    181185# If you have not installed Yasm then uncomment this line:
     
    240244    <note><para>
    241245      If you are compiling <application>Thunderbird</application> in chroot,
    242       prepend <envar>SHELL=/bin/bash</envar> to the <!--first -->make command below.
     246      prepend <envar>SHELL=/bin/sh</envar> to the <!--first -->make command below.
    243247    </para></note>
    244248
Note: See TracChangeset for help on using the changeset viewer.