Changeset 9bc61f6


Ignore:
Timestamp:
10/22/2018 01:04:54 AM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
798eaa5b
Parents:
39b5c33d
Message:

Openjpeg: patch it to ensure the shared lib gets installed.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/openjpeg2.xml

    r39b5c33d r9bc61f6  
    6262    </itemizedlist>
    6363
     64    <bridgehead renderas="sect3">Additonal Downloads</bridgehead>
     65    <itemizedlist spacing="compact">
     66      <listitem>
     67        <para>Required patch: <ulink
     68        url="&patch-root;/openjpeg-&openjpeg2-version;-only_shared-1.patch"/>
     69        </para>
     70      </listitem>
     71    </itemizedlist>
     72
    6473    <bridgehead renderas="sect3">OpenJPEG Dependencies</bridgehead>
    6574
     
    9099    </para>
    91100
    92 <screen><userinput>mkdir -v build &amp;&amp;
     101<screen><userinput>patch -Np1 -i ../openjpeg-&openjpeg2-version;-only_shared-1.patch &amp;&amp;
     102
     103mkdir -v build &amp;&amp;
    93104cd       build &amp;&amp;
    94105
  • introduction/welcome/changelog.xml

    r39b5c33d r9bc61f6  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Openjpeg-2.3.0 : add patch to ensure shared lib is
     49          installed  when static lib is not built. Second attempt to fix
     50          <ulink url="&blfs-ticket-root;11195">#11195</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[ken] - Add cbindgen-0.6.6, getting ready for firefox-63. Fixes
    4954          <ulink url="&blfs-ticket-root;11189">#11189</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.