Changeset 3b9d6d27
- Timestamp:
- 02/26/2018 07:28:56 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 67687b75
- Parents:
- 719422a8
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r719422a8 r3b9d6d27 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 5"> <!-- Always 2 digits -->3 <!ENTITY day "26"> <!-- Always 2 digits --> 4 4 <!ENTITY month "02"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "February 2 5th, &year;">9 <!ENTITY releasedate "February 26th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/ptlib.xml
r719422a8 r3b9d6d27 103 103 <xref linkend="pulseaudio"/>, 104 104 <xref linkend="sdl"/>, 105 <xref linkend="unixodbc"/>, 105 <xref linkend="unixodbc"/> (currently broken, see <emphasis>Command 106 Explanations</emphasis> below), 106 107 <xref linkend="v4l-utils"/>, 107 108 <ulink url="http://sourceforge.net/projects/libdc1394/">libdc1394</ulink>, and … … 127 128 128 129 <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 <sqltypes.h>' \135 -i include/ptlib/unix/ptlib/contain.h</userinput></screen>136 137 <para>138 130 Install <application>Ptlib</application> by running the following 139 131 commands: … … 143 135 patch -Np1 -i ../ptlib-&ptlib-version;-bison_fixes-2.patch && 144 136 145 ./configure --prefix=/usr && 137 ./configure --prefix=/usr \ 138 --disable-odbc && 146 139 make</userinput></screen> 147 140 … … 156 149 <screen role="root"><userinput>make install && 157 150 chmod -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> 158 163 159 164 </sect2> -
introduction/welcome/changelog.xml
r719422a8 r3b9d6d27 42 42 </listitem> 43 43 --> 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 44 54 <listitem> 45 55 <para>February 25th, 2018</para>
Note:
See TracChangeset
for help on using the changeset viewer.