Changeset 23a3caaa


Ignore:
Timestamp:
07/05/2017 01:26:04 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
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:
99feb0ce
Parents:
10c60c00
Message:

Patch to build qupzila with openssl-1.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/qupzilla.xml

    r10c60c00 r23a3caaa  
    7676    </itemizedlist>
    7777
     78    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     79    <itemizedlist spacing="compact">
     80      <listitem>
     81        <para>
     82          Required patch to build with OpenSSL-1.1:
     83          <ulink url="&patch-root;/qupzilla-&qupzilla-version;-openssl1.1-1.patch"/>
     84        </para>
     85      </listitem>
     86    </itemizedlist>
     87
     88
    7889    <bridgehead renderas="sect3">QupZilla Dependencies</bridgehead>
    7990
     
    104115    </para>
    105116
    106 <screen><userinput>export QUPZILLA_PREFIX=/usr &amp;&amp;
     117<screen><userinput>patch -p1 -i ../qupzilla-&qupzilla-version;-openssl1.1-1.patch &amp;&amp;
     118
     119export QUPZILLA_PREFIX=/usr &amp;&amp;
    107120qmake                       &amp;&amp;
    108121make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.