Changeset dd0f4acd


Ignore:
Timestamp:
05/05/2016 09:23:18 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
cf4247e
Parents:
1b60868f
Message:

Force taglib to build shared libraries instead of static ones

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17321 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1b60868f rdd0f4acd  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "04">                   <!-- Always 2 digits -->
     3<!ENTITY day          "05">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS systemd Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 4th, &year;">
     9<!ENTITY releasedate  "May 5th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r1b60868f rdd0f4acd  
    4545-->
    4646    <listitem>
     47      <para>May 5th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[renodr] - Force taglib to build shared libraries instead of
     51          static libraries.</para>
     52         </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>May 4th, 2016</para>
    4858      <itemizedlist>
  • multimedia/libdriv/taglib.xml

    r1b60868f rdd0f4acd  
    9797cmake -DCMAKE_INSTALL_PREFIX=/usr \
    9898      -DCMAKE_BUILD_TYPE=Release  \
     99      -DBUILD_SHARED_LIBS=ON \
    99100      .. &amp;&amp;
    100101make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.