Author: renodr
Date: Thu May  5 14:23:18 2016
New Revision: 17321

Log:
Force taglib to build shared libraries instead of static ones

Modified:
   branches/systemd/general.ent
   branches/systemd/introduction/welcome/changelog.xml
   branches/systemd/multimedia/libdriv/taglib.xml
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/taglib.xml

Modified: branches/systemd/general.ent
==============================================================================
--- branches/systemd/general.ent        Wed May  4 02:07:07 2016        (r17320)
+++ branches/systemd/general.ent        Thu May  5 14:23:18 2016        (r17321)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "04">                   <!-- Always 2 digits -->
+<!ENTITY day          "05">                   <!-- Always 2 digits -->
 <!ENTITY month        "05">                   <!-- Always 2 digits -->
 <!ENTITY year         "2016">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS systemd Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "May 4th, &year;">
+<!ENTITY releasedate  "May 5th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "systemd">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "systemd">          <!-- x.y|development] -->

Modified: branches/systemd/introduction/welcome/changelog.xml
==============================================================================
--- branches/systemd/introduction/welcome/changelog.xml Wed May  4 02:07:07 
2016        (r17320)
+++ branches/systemd/introduction/welcome/changelog.xml Thu May  5 14:23:18 
2016        (r17321)
@@ -44,6 +44,16 @@
 
 -->
     <listitem>
+      <para>May 5th, 2016</para>
+      <itemizedlist>
+        <listitem>
+          <para>[renodr] - Force taglib to build shared libraries instead of
+          static libraries.</para>
+         </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>May 4th, 2016</para>
       <itemizedlist>
         <listitem>

Modified: branches/systemd/multimedia/libdriv/taglib.xml
==============================================================================
--- branches/systemd/multimedia/libdriv/taglib.xml      Wed May  4 02:07:07 
2016        (r17320)
+++ branches/systemd/multimedia/libdriv/taglib.xml      Thu May  5 14:23:18 
2016        (r17321)
@@ -96,6 +96,7 @@
 
 cmake -DCMAKE_INSTALL_PREFIX=/usr \
       -DCMAKE_BUILD_TYPE=Release  \
+      -DBUILD_SHARED_LIBS=ON \
       .. &amp;&amp;
 make</userinput></screen>
 

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Wed May  4 02:07:07 2016        (r17320)
+++ trunk/BOOK/general.ent      Thu May  5 14:23:18 2016        (r17321)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "03">                   <!-- Always 2 digits -->
+<!ENTITY day          "05">                   <!-- Always 2 digits -->
 <!ENTITY month        "05">                   <!-- Always 2 digits -->
 <!ENTITY year         "2016">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "May 3rd &year;">
+<!ENTITY releasedate  "May 5th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development] -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed May  4 02:07:07 
2016        (r17320)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Thu May  5 14:23:18 
2016        (r17321)
@@ -44,6 +44,15 @@
 
 -->
     <listitem>
+      <para>May 5th, 2016</para>
+      <itemizedlist>
+        <listitem>
+          <para>[renodr] - Force taglib to build shared libraries.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>May 3rd, 2016</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/multimedia/libdriv/taglib.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/taglib.xml    Wed May  4 02:07:07 2016        
(r17320)
+++ trunk/BOOK/multimedia/libdriv/taglib.xml    Thu May  5 14:23:18 2016        
(r17321)
@@ -96,6 +96,7 @@
 
 cmake -DCMAKE_INSTALL_PREFIX=/usr \
       -DCMAKE_BUILD_TYPE=Release  \
+      -DBUILD_SHARED_LIBS=ON \
       .. &amp;&amp;
 make</userinput></screen>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to