Changeset a4f37269 for x


Ignore:
Timestamp:
06/03/2017 10:32:28 PM (7 years ago)
Author:
DJ Lucas <dj@…>
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:
2de449e3
Parents:
14bf879
Message:

Update to OpenSSL-1.1.0f. Fixes #8214.
Update to OpenSSL Libraries 1.0.2l. Fixes #9282.
Remove Re-alpine and raplaced with Alpine-2.21.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r14bf879 ra4f37269  
    105105      <xref linkend="mesa"/>,
    106106      <xref linkend="mtdev"/>,
    107       <xref linkend="openssl"/>,
     107      <xref linkend="openssl10"/>,
    108108      <xref linkend="pcre"/>,
    109109      <xref linkend="sqlite"/>,
     
    214214      </para>
    215215
    216 <screen role="nodump"><userinput>-archdatadir    /usr/lib/qt5                \
    217 -bindir         /usr/bin/qt5                \
    218 -plugindir      /usr/lib/qt5/plugins        \
    219 -importdir      /usr/lib/qt5/imports        \
    220 -headerdir      /usr/include/qt5            \
    221 -datadir        /usr/share/qt5              \
    222 -docdir         /usr/share/doc/qt5          \
    223 -translationdir /usr/share/qt5/translations \
    224 -examplesdir    /usr/share/doc/qt5/examples \</userinput></screen>
     216<screen role="nodump"><userinput>            -archdatadir    /usr/lib/qt5                \
     217            -bindir         /usr/bin/qt5                \
     218            -plugindir      /usr/lib/qt5/plugins        \
     219            -importdir      /usr/lib/qt5/imports        \
     220            -headerdir      /usr/include/qt5            \
     221            -datadir        /usr/share/qt5              \
     222            -docdir         /usr/share/doc/qt5          \
     223            -translationdir /usr/share/qt5/translations \
     224            -examplesdir    /usr/share/doc/qt5/examples</userinput></screen>
    225225    </note>
    226226
     
    229229    </para>
    230230
    231 <screen><userinput>./configure -prefix         $QT5PREFIX \
    232             -sysconfdir     /etc/xdg   \
    233             -confirm-license           \
    234             -opensource                \
    235             -dbus-linked               \
    236             -openssl-linked            \
    237             -system-harfbuzz           \
    238             -system-sqlite             \
    239             -nomake examples           \
    240             -no-rpath                  \
    241             -skip qtwebengine          &amp;&amp;
     231<screen><userinput>echo "INCLUDEPATH += /usr/include/openssl-1.0" >>           \
     232                     qtbase/src/network/network.pro         &amp;&amp;
     233export OPENSSL_LIBS='-L/usr/lib/openssl-1.0 -lssl -lcrypto' &amp;&amp;
     234
     235./configure -prefix $QT5PREFIX                          \
     236            -sysconfdir /etc/xdg                        \
     237            -confirm-license                            \
     238            -opensource                                 \
     239            -dbus-linked                                \
     240            -openssl-linked                             \
     241            -system-harfbuzz                            \
     242            -system-sqlite                              \
     243            -nomake examples                            \
     244            -no-rpath                                   \
     245            -skip qtwebengine                           &amp;&amp;
    242246make</userinput></screen>
    243247
Note: See TracChangeset for help on using the changeset viewer.