Changeset 0732d97d for xsoft/other


Ignore:
Timestamp:
01/29/2017 08:37:27 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.0, 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:
fb99cbf0
Parents:
cb1e2842
Message:

Update to Text-CSV-1.91 (Perl Module).
Fix libevent for upstream's corrected libevent tarball.
Revert changes to transmission (were due to libevent)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/transmission.xml

    rcb1e2842 r0732d97d  
    106106    </para>
    107107
    108 <screen><userinput>./configure --prefix=/usr                  \
    109             LIBEVENT_CFLAGS=-I/usr/include \
    110             LIBEVENT_LIBS=-levent&amp;&amp;
     108<screen><userinput>./configure --prefix=/usr &amp;&amp;
    111109make</userinput></screen>
    112110
     
    144142  <sect2 role="commands">
    145143    <title>Command Explanations</title>
    146 
    147     <para>The <envar>LIBEVENT_CFLAGS</envar> and <envar>LIBEVENT_LIBS</envar>
    148     environment variables are needed because <xref linkend="libinput"/>
    149     no longer installs pkg-config files.</para>
    150144
    151145    <!-- with-gtk is auto detected if gtk3 is present -->
Note: See TracChangeset for help on using the changeset viewer.