Author: dj
Date: 2012-04-01 23:49:19 -0600 (Sun, 01 Apr 2012)
New Revision: 9834

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netlibs/libproxy.xml
Log:
Fix libproxy build failure with recent xulrunner.

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-04-01 22:31:22 UTC (rev 9833)
+++ trunk/BOOK/general.ent      2012-04-02 05:49:19 UTC (rev 9834)
@@ -3,13 +3,13 @@
 $Date$
 -->
 
-<!ENTITY day          "01">                   <!-- Always 2 digits -->
+<!ENTITY day          "02">                   <!-- Always 2 digits -->
 <!ENTITY month        "04">                   <!-- Always 2 digits -->
 <!ENTITY year         "2012">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "April 1st, &year;">
+<!ENTITY releasedate  "April 2nd, &year;">
 <!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-04-01 22:31:22 UTC 
(rev 9833)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-04-02 05:49:19 UTC 
(rev 9834)
@@ -41,6 +41,14 @@
     </listitem>
 
 -->
+    <listitem>
+      <para>April 2nd, 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dj] - Fix libproxy build failure with recent xulrunnr.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>April 1st, 2012</para>

Modified: trunk/BOOK/networking/netlibs/libproxy.xml
===================================================================
--- trunk/BOOK/networking/netlibs/libproxy.xml  2012-04-01 22:31:22 UTC (rev 
9833)
+++ trunk/BOOK/networking/netlibs/libproxy.xml  2012-04-02 05:49:19 UTC (rev 
9834)
@@ -34,7 +34,7 @@
     standardizing a way of dealing with proxy settings across all
     scenarios.</para>
 
-    &lfs70_built;
+    &lfs71_built;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -90,7 +90,9 @@
     <para>Install <application>libproxy</application> by running the following
     commands:</para>
 
-<screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=/usr . &amp;&amp;
+<screen><userinput>sed -i 's@cx, 1, \&amp;arg@cx, arg, vp@' \
+    libproxy/modules/pacrunner_mozjs.cpp &amp;&amp;
+cmake -DCMAKE_INSTALL_PREFIX=/usr . &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
@@ -105,6 +107,9 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+    <para><command>sed -i...libproxy/modules/pacrunner_mozjs.cpp</command>:
+    This command fixes a build issue with recent xulrunner.</para>
+
     <para><option>-DWITH_GNOME3=ON</option>: This option builds the GNOME
     configuration plugin.</para>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to