Changeset 63bb3941 for general/genutils


Ignore:
Timestamp:
04/19/2007 10:33:01 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
e41e360
Parents:
72d53fe
Message:

Updated to unixODBC-2.2.12

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/unixodbc.xml

    r72d53fe r63bb3941  
    77  <!ENTITY unixodbc-download-http "http://www.unixodbc.org/unixODBC-&unixodbc-version;.tar.gz">
    88  <!ENTITY unixodbc-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/unixODBC-&unixodbc-version;.tar.gz">
    9   <!ENTITY unixodbc-md5sum        "9ae806396844e38244cf65ad26ba0f23">
    10   <!ENTITY unixodbc-size          "2.4 MB">
    11   <!ENTITY unixodbc-buildsize     "82.5 MB">
    12   <!ENTITY unixodbc-time          "3.4 SBU (includes building the GUI tools)">
     9  <!ENTITY unixodbc-md5sum        "9a116aad4059c31d231b626ffdf1869a">
     10  <!ENTITY unixodbc-size          "2.7 MB">
     11  <!ENTITY unixodbc-buildsize     "101 MB">
     12  <!ENTITY unixodbc-time          "3.5 SBU (includes building the GUI tools)">
    1313]>
    1414
     
    9494    commands:</para>
    9595
    96 <screen><userinput>sed -i "s/void yyerror/#define YY_FLUSH_BUFFER\n\n&amp;/" sqp/lex.l &amp;&amp;
    97 ./configure --prefix=/usr --sysconfdir=/etc/unixodbc \
    98             --enable-ltdllib --enable-fdb --disable-gui &amp;&amp;
     96<screen><userinput>./configure --prefix=/usr \
     97            --sysconfdir=/etc/unixodbc \
     98            --enable-fdb \
     99            --disable-gui &amp;&amp;
    99100make</userinput></screen>
    100101
     
    104105
    105106<screen role="root"><userinput>make install &amp;&amp;
     107
    106108find doc -name "Makefile*" -exec rm {} \; &amp;&amp;
    107109chmod 644 doc/{lst,ProgrammerManual/Tutorial}/* &amp;&amp;
     110
    108111install -v -m755 -d /usr/share/doc/unixODBC-&unixodbc-version; &amp;&amp;
    109112cp -v -R doc/* /usr/share/doc/unixODBC-&unixodbc-version;</userinput></screen>
     
    114117    <title>Command Explanations</title>
    115118
    116     <para><command>sed -i "..." sqp/lex.l</command>: This fixes a build issue
    117     if using a compiler version greater than
    118     <application>GCC</application>-3.x.x.</para>
    119 
    120     <para><parameter>--enable-ltdllib</parameter>: This parameter causes the
     119    <!-- <para><parameter>-enable-ltdllib</parameter>: This parameter causes the
    121120    build to use the system-installed version of
    122     <application>Libtool</application>.</para>
     121    <application>Libtool</application>.</para> -->
    123122
    124123    <para><parameter>--enable-fdb</parameter>: This parameter enables support
Note: See TracChangeset for help on using the changeset viewer.