Changeset a1cfa44


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra29d9e0 ra1cfa44  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "20">                   <!-- Always 2 digits -->
     3<!ENTITY day          "21">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 20th, &year;">
     9<!ENTITY releasedate  "February 21st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    ra29d9e0 ra1cfa44  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>February 21st, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Various fixes for lightdm: allow building
     49          without itstool and exo, and allow a DE in /opt.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[pierre] - Fix building W3M with openssl-1.1.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
    4457    <listitem>
    4558      <para>February 20th, 2018</para>
  • 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
  • x/dm/lightdm.xml

    ra29d9e0 ra1cfa44  
    4444    </para>
    4545
    46     &lfs81_checked;
     46    &lfs82_checked;
    4747
    4848    <bridgehead renderas="sect3">Lightdm Package Information</bridgehead>
     
    144144      <xref linkend="at-spi2-core"/>,
    145145      <xref linkend="exo"/>,
    146       <xref linkend="gtk-doc"/>, 
     146      <xref linkend="gtk-doc"/>,
    147147      <xref linkend="itstool"/>,
    148148      <xref linkend="qt5"/>,
     
    201201
    202202<screen role="root"><userinput>make install                                                  &amp;&amp;
    203 cp tests/src/lightdm-session /usr/bin                         &amp;&amp;
     203sed '\@/bin/sh@a\
     204\
     205. /etc/profile' tests/src/lightdm-session > /usr/bin/lightdm-session &amp;&amp;
     206chmod a+x /usr/bin/lightdm-session                            &amp;&amp;
    204207rm -rf /etc/init                                              &amp;&amp;
    205208install -v -dm755 -o lightdm -g lightdm /var/lib/lightdm      &amp;&amp;
     
    236239    </para>
    237240
    238 <screen><userinput>make install</userinput></screen>
     241<screen role="root"><userinput>make install</userinput></screen>
    239242
    240243  </sect2>
Note: See TracChangeset for help on using the changeset viewer.