Ignore:
Timestamp:
02/21/2018 10:36:24 AM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
51d1fdbe
Parents:
a29d9e0
Message:

Fix W3m and lightdm

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/textweb/w3m.xml

    ra29d9e0 ra1cfa44  
    3333    also be used as a text-mode WWW browser.</para>
    3434
    35     &lfs81_checked;
     35    &lfs82_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7575    <para role="optional">
    7676      <xref linkend="gpm"/>,
    77       <xref linkend="openssl10"/>,
     77<!--      <xref linkend="openssl10"/>,-->
    7878      <xref linkend="imlib2"/>,
    7979      <xref linkend="gtk2"/>,
     
    9999    commands:</para>
    100100
    101 <screen><userinput>patch -Np1 -i ../w3m-&w3m-version;-bdwgc72-1.patch &amp;&amp;
    102 sed -i 's/file_handle/file_foo/' istream.{c,h} &amp;&amp;
     101<screen><userinput>
     102patch -Np1 -i ../w3m-&w3m-version;-bdwgc72-1.patch      &amp;&amp;
     103sed -i 's/file_handle/file_foo/' istream.{c,h}  &amp;&amp;
    103104sed -i 's#gdk-pixbuf-xlib-2.0#&amp; x11#' configure &amp;&amp;
    104 
    105 PKG_CONFIG_PATH="/usr/lib/openssl-1.0/pkgconfig:$PKG_CONFIG_PATH" \
    106     ./configure --prefix=/usr --sysconfdir=/etc  &amp;&amp;
     105sed -i '/USE_EGD/s/define/undef/' config.h.in   &amp;&amp;
     106
     107
     108./configure --prefix=/usr --sysconfdir=/etc  &amp;&amp;
    107109make</userinput></screen>
    108110
     
    136138    using <xref linkend="gtk2"/> as its image library. It has no impact if
    137139    <xref linkend="gtk2"/> is not installed.</para>
     140
     141    <para>
     142      <command>sed -i '/USE_EGD/s/define/undef/' config.h.in</command>: Allows
     143      building against <application>openssl-1.1</application>.
     144    </para>
    138145
    139146    <para><parameter>--sysconfdir=/etc</parameter>: This option puts the
Note: See TracChangeset for help on using the changeset viewer.