Changeset 9768a4d5


Ignore:
Timestamp:
07/03/2017 07:54:03 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.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:
542d478
Parents:
9a7a14a8
Message:

Remove duplicate instrudtion

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r9a7a14a8 r9768a4d5  
    241241export OPENSSL_LIBS='-L/usr/lib/openssl-1.0 -lssl -lcrypto' &amp;&amp;
    242242
    243 sed -e "/qsql_mysql_p.h/ a #include &lt;mysql/mysql_version.h&gt;" \
    244      -i qtbase/src/plugins/sqldrivers/mysql/qsql_mysql.cpp  &amp;&amp;
    245 
    246 
    247243./configure -prefix $QT5PREFIX                          \
    248244            -sysconfdir /etc/xdg                        \
     
    372368  <sect2 role="commands">
    373369    <title>Command Explanations</title>
    374 
    375     <para>
    376       <command>sed ... qsql_mysql.cpp </command>: The
    377       <command>configure</command> now searches for mysql/mariadb and sets up
    378       Qt to use it if found.  This command compensates for a change in the
    379       mariadb-10.2 include files.
    380     </para>
    381370
    382371    <para>
Note: See TracChangeset for help on using the changeset viewer.