Changeset b88be39 for server/databases


Ignore:
Timestamp:
10/31/2011 07:38:44 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
afc3f45
Parents:
1365d551
Message:

Update to cmake-2.8.6.
Update to curl-7.22.0.
Updated to libarchive-2.8.5.
Reset all python references to python2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/mysql.xml

    r1365d551 rb88be39  
    4242    in the download URLs have not been tested in a BLFS environment.</para>
    4343
    44     <para>&lfssvn_checked;20101029&lfssvn_checked2;</para>
     44    &lfs70_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    105105
    106106<screen role="root"><userinput>groupadd -g 40 mysql &amp;&amp;
    107 useradd -c "MySQL Server" -d /dev/null -g mysql -s /bin/false \
    108         -u 40 mysql</userinput></screen>
     107useradd -c "MySQL Server" -d /dev/null -g mysql -s /bin/false -u 40 mysql</userinput></screen>
    109108
    110109    <note><para>There are a great many options available to
     
    118117<screen><userinput>patch -Np1 -i ../mysql-&mysql-version;-makefile-1.patch &amp;&amp;
    119118CFLAGS="-O3" \
    120 CXX=gcc \
     119CXX=gcc      \
    121120CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" \
    122 ./configure --prefix=/usr \
    123             --sysconfdir=/etc \
    124             --libexecdir=/usr/sbin \
    125             --localstatedir=/srv/mysql \
    126             --enable-thread-safe-client \
    127             --enable-assembler \
    128             --enable-local-infile \
     121./configure --prefix=/usr                  \
     122            --sysconfdir=/etc              \
     123            --libexecdir=/usr/sbin         \
     124            --localstatedir=/srv/mysql     \
     125            --enable-thread-safe-client    \
     126            --enable-assembler             \
     127            --enable-local-infile          \
    129128            --with-unix-socket-path=/var/run/mysql/mysql.sock \
    130             --without-debug \
    131             --without-readline \
     129            --without-debug                \
     130            --without-readline             \
    132131            --with-plugins=innobase,myisam \
    133             --with-extra-charsets=all \
     132            --with-extra-charsets=all      \
    134133            --with-ssl=/usr &amp;&amp;
    135134make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.