Changeset b7ed441


Ignore:
Timestamp:
07/28/2014 10:59:17 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, 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:
dc5b6c2
Parents:
823f367
Message:

Gucharmap-3.12.1 and postgresql-9.3.5: typos.
libpcap-1.6.1 doesn't build with bluez-5.21: thanks Wayne B.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/gucharmap.xml

    r823f367 rb7ed441  
    110110    </para>
    111111
    112 <screen><userinput>./configure -prefix=/usr --enable-vala &amp;&amp;
     112<screen><userinput>./configure --prefix=/usr --enable-vala &amp;&amp;
    113113make</userinput></screen>
    114114
  • introduction/welcome/changelog.xml

    r823f367 rb7ed441  
    4848      <para>July 28th, 2014</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - libpcap-1.6.1 doesn't build with bluez-5.21.
     52          Thanks Wayne B. Fixes
     53          <ulink url="&blfs-ticket-root;5302">#5302</ulink>.</para>
     54        </listitem>
    5055        <listitem>
    5156          <para>[igor] - Update to libdrm-2.4.55. Fixes
  • networking/netlibs/libpcap.xml

    r823f367 rb7ed441  
    9797    </para>
    9898
    99 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     99<screen><userinput>./configure --prefix=/usr --enable-bluetooth=no &amp;&amp;
    100100make</userinput></screen>
    101101
     
    115115
    116116<screen role="root"><userinput>make install</userinput></screen>
     117
     118  </sect2>
     119
     120  <sect2 role="commands">
     121    <title>Command Explanations</title>
     122
     123    <para><parameter>--enable-bluetooth=no</parameter>: Currently, <application>libpcap-1.6.1</application> doesn't build with  <application>bluez-5.21</application>.</para>
    117124
    118125  </sect2>
  • server/databases/postgresql.xml

    r823f367 rb7ed441  
    176176
    177177    <para>
    178       <command>sed -i ...</command>: These seds change server socket location
     178      <command>sed -i ...</command>: This sed changes server socket location
    179179      from <filename class="directory">/tmp</filename> to
    180180      <filename class="directory">/run/postgresql</filename><!-- and fix up the
Note: See TracChangeset for help on using the changeset viewer.