Changeset 5b23c1e


Ignore:
Timestamp:
09/30/2018 08:00:58 PM (6 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:
8c83efc
Parents:
b3555028
Message:

OpenJPEG-2 : disable the static lib.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb3555028 r5b23c1e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "27">                   <!-- Always 2 digits -->
     3<!ENTITY day          "30">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 27th, &year;">
     9<!ENTITY releasedate  "September 30th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/graphlib/openjpeg2.xml

    rb3555028 r5b23c1e  
    9393cd       build &amp;&amp;
    9494
    95 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
     95cmake -DCMAKE_BUILD_TYPE=Release \
     96      -DCMAKE_INSTALL_PREFIX=/usr \
     97      -DBUILD_STATIC_LIBS=OFF .. &amp;&amp;
    9698make</userinput></screen>
    9799
  • introduction/welcome/changelog.xml

    rb3555028 r5b23c1e  
    4444
    4545    <listitem>
     46      <para>September 30th, 2018</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[ken] - suppress static lib in openjpeg2. Fixes
     50          <ulink url="&blfs-ticket-root;11195">#11195</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4656      <para>September 27th, 2018</para>
    4757      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.