Changeset fec0d01


Ignore:
Timestamp:
08/22/2017 10:20:46 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:
75c06a6
Parents:
35e9ca45
Message:

Tag qt5 and fix mariadb so qt can find a header.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • server/databases/mariadb.xml

    r35e9ca45 rfec0d01  
    192192    </para>
    193193
    194 <screen role="root"><userinput>make install</userinput></screen>
     194<screen role="root"><userinput>make install &amp;&amp;
     195ln -sfv /usr/include/mysql/{mariadb,mysql}_version.h</userinput></screen>
    195196
    196197  </sect2>
     
    237238      customization options.
    238239    </para></note>
     240
     241    <para>
     242      <command>ln -s /usr/include/mysql/{mariadb,mysql}_version.h</command>:
     243      Some applications, for example <xref linkend='qt5'/>, look specifically for
     244      mysql_version.h.  This symbolic link ensures the proper file can be found.
     245    </para>
    239246
    240247
  • x/lib/qt5.xml

    r35e9ca45 rfec0d01  
    4343    </para>
    4444
    45     &lfs80_checked;
     45    &lfs81_checked;
    4646
    4747    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    224224    </note>
    225225
     226<!--  Not needed with mariadb-10.2.8, but a symlink for mysql_version.h
     227      on the mariadb page, is needed.
     228
    226229    <para>
    227230      If you have <xref linkend="mariadb"/> installed, fix a build issue with
     
    231234<screen><userinput>sed '/qsqlresult_p.h&gt;/a#include &lt;mysql/mysql_version.h&gt;' \
    232235    -i qtbase/src/plugins/sqldrivers/mysql/qsql_mysql.cpp</userinput></screen>
     236-->
    233237
    234238    <para>
Note: See TracChangeset for help on using the changeset viewer.