Changeset 3b9d6d27


Ignore:
Timestamp:
02/26/2018 07:28:56 AM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
67687b75
Parents:
719422a8
Message:

Disable the use of unixODBC in ptlib, to prevent type conflicts

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r719422a8 r3b9d6d27  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     3<!ENTITY day          "26">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 25th, &year;">
     9<!ENTITY releasedate  "February 26th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/ptlib.xml

    r719422a8 r3b9d6d27  
    103103      <xref linkend="pulseaudio"/>,
    104104      <xref linkend="sdl"/>,
    105       <xref linkend="unixodbc"/>,
     105      <xref linkend="unixodbc"/> (currently broken, see <emphasis>Command
     106        Explanations</emphasis> below),
    106107      <xref linkend="v4l-utils"/>,
    107108      <ulink url="http://sourceforge.net/projects/libdc1394/">libdc1394</ulink>, and
     
    127128
    128129    <para>
    129       Fix a build issue with glibc-2.27 and later:
    130     </para>
    131 
    132 <screen><userinput>sed -e '/WCHAR;/s:^://:' \
    133     -e '/UINT;/ s:^://:' \
    134     -e '/limits.h/a #include &lt;sqltypes.h&gt;' \
    135     -i include/ptlib/unix/ptlib/contain.h</userinput></screen>
    136 
    137     <para>
    138130      Install <application>Ptlib</application> by running the following
    139131      commands:
     
    143135patch -Np1 -i ../ptlib-&ptlib-version;-bison_fixes-2.patch &amp;&amp;
    144136
    145 ./configure --prefix=/usr &amp;&amp;
     137./configure --prefix=/usr  \
     138            --disable-odbc &amp;&amp;
    146139make</userinput></screen>
    147140
     
    156149<screen role="root"><userinput>make install &amp;&amp;
    157150chmod -v 755 /usr/lib/libpt.so.&ptlib-version;</userinput></screen>
     151
     152  </sect2>
     153
     154  <sect2 role="commands">
     155    <title>Command Explanations</title>
     156
     157    <para>
     158      <parameter>--disable-odbc</parameter>: This parameter prevents the use
     159      of <xref linkend="unixodbc"/>, whose libraries conflict with
     160      <application>ptlib</application>. It is not needed if
     161      <xref linkend="unixodbc"/> is not installed.
     162    </para>
    158163
    159164  </sect2>
  • introduction/welcome/changelog.xml

    r719422a8 r3b9d6d27  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>February 26th, 2018</para>
     46     <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Disable the use of unix-odbc in ptlib, to prevent
     49          a type conflict.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>February 25th, 2018</para>
Note: See TracChangeset for help on using the changeset viewer.