Changeset 0a561d8


Ignore:
Timestamp:
03/20/2019 09:22:36 PM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
b44d89e
Parents:
85465d9
Message:

Fix firefox-66 build where nasm has not been installed.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r85465d9 r0a561d8  
    4545      <para>March 20th, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Add 'ac_add_options --disable-av1' to the firefox
     49          mozconfig for builds where nasm is not installed (av1, i.e. libdavid,
     50          is not enabled by default, but in the absence of nasm the link of
     51          libxul fails).</para>
     52        </listitem>
    4753        <listitem>
    4854          <para>[renodr] - Update to glib-networking-2.60.0.1. Part of
  • xsoft/graphweb/firefox.xml

    r85465d9 r0a561d8  
    260260ac_add_options --enable-linker=gold
    261261
     262# The shipped libdavid (av1 decoder) is not built by default,
     263# at least on linux, but if nasm is not present libxul tries to
     264# link to one of libdavid's objects and fails.  It is thought
     265# libdavid will be enabled in firefox-67, at which point nasm
     266# might be required.
     267ac_add_options --disable-av1
     268
    262269# You cannot distribute the binary if you do this
    263270ac_add_options --enable-official-branding
Note: See TracChangeset for help on using the changeset viewer.