Changeset 71aa48f for postlfs


Ignore:
Timestamp:
04/24/2016 06:58:42 AM (8 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, nosym, 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:
d2df2ce
Parents:
8c0d48eb
Message:

Update to fuse-2.9.6.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/fuse.xml

    r8c0d48eb r71aa48f  
    55  %general-entities;
    66
    7   <!ENTITY fuse-download-http "https://github.com/libfuse/libfuse/releases/download/fuse_&fuse-download-version;/fuse-&fuse-version;.tar.gz">
     7  <!ENTITY fuse-download-http "https://github.com/libfuse/libfuse/releases/download/fuse-&fuse-version;/fuse-&fuse-version;.tar.gz">
    88  <!ENTITY fuse-download-ftp  " ">
    9   <!ENTITY fuse-md5sum        "c901b77a1c4584c7ac6c2b67c0713f2b">
    10   <!ENTITY fuse-size          "552 KB">
     9  <!ENTITY fuse-md5sum        "3d3eebdfe640ccbf0f0a93988a07596a">
     10  <!ENTITY fuse-size          "625 KB">
    1111  <!ENTITY fuse-buildsize     "8.2 MB (9.8 MB with API documentation)">
    1212  <!ENTITY fuse-time          "0.1 SBU">
     
    123123    </para>
    124124
    125 <screen><userinput>sed -i 's/2:9:4/2:9:5/' lib/Makefile.in &amp;&amp;
    126 
    127 ./configure --prefix=/usr    \
     125<screen><userinput>./configure --prefix=/usr    \
    128126            --disable-static \
    129127            INIT_D_PATH=/tmp/init.d &amp;&amp;
     
    167165  <sect2 role="commands">
    168166    <title>Command Explanations</title>
    169 
    170     <para><command>sed -i ... lib/Makefile.in</command> This command fixes
    171     libfuse so version.
    172     </para>
    173167
    174168    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.