Changeset 8b1ce85 for general/sysutils


Ignore:
Timestamp:
01/26/2013 11:07:26 AM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f9a200bd
Parents:
4c46576
Message:

Correct DHCP patch naming and add an explanation to Obex page.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/obexd.xml

    r4c46576 r8b1ce85  
    9494
    9595<screen><userinput>sed -i 's/#include &lt;string.h&gt;/&amp;\n#include &lt;stdio.h&gt;/' plugins/mas.c &amp;&amp;
    96 ./configure --prefix=/usr \
    97             --sysconfdir=/etc \
    98             --libexecdir=/usr/lib/obex &amp;&amp;
     96./configure --prefix=/usr --libexecdir=/usr/lib/obex &amp;&amp;
    9997make</userinput></screen>
    10098
     
    110108  </sect2>
    111109
    112   <!-- It would be nice if there was a Command Explanation for why the
    113        stdio.h file must be included with sed command. -->
     110  <sect2 role="commands">
     111    <title>Command Explanations</title>
     112
     113    <para>
     114      <command>sed -i 's/#include ...</command>: This sed fixes building against
     115      the <application>Glibc</application> 2.17.
     116    </para>
     117
     118  </sect2>
    114119
    115120  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.