mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Update to fuse-2.9.6.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17281 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
8c0d48eb38
commit
71aa48f15f
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "21"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "24"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "04"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2016">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "April 21st &year;">
|
||||
<!ENTITY releasedate "April 24th &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
||||
|
@ -43,6 +43,16 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>April 24th, 2016</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[igor] - Update to fuse-2.9.6. Fixes
|
||||
<ulink url="&blfs-ticket-root;7759">#7759</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>April 21st, 2016</para>
|
||||
<itemizedlist>
|
||||
|
@ -43,8 +43,7 @@
|
||||
|
||||
<!-- Chapter 5 -->
|
||||
<!ENTITY btrfs-progs-version "4.5.1">
|
||||
<!ENTITY fuse-version "2.9.5">
|
||||
<!ENTITY fuse-download-version "2_9_5">
|
||||
<!ENTITY fuse-version "2.9.6">
|
||||
<!ENTITY jfsutils-version "1.1.15">
|
||||
<!ENTITY lvm2-version "2.02.149">
|
||||
<!ENTITY mdadm-version "3.4">
|
||||
|
@ -4,10 +4,10 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY fuse-download-http "https://github.com/libfuse/libfuse/releases/download/fuse_&fuse-download-version;/fuse-&fuse-version;.tar.gz">
|
||||
<!ENTITY fuse-download-http "https://github.com/libfuse/libfuse/releases/download/fuse-&fuse-version;/fuse-&fuse-version;.tar.gz">
|
||||
<!ENTITY fuse-download-ftp " ">
|
||||
<!ENTITY fuse-md5sum "c901b77a1c4584c7ac6c2b67c0713f2b">
|
||||
<!ENTITY fuse-size "552 KB">
|
||||
<!ENTITY fuse-md5sum "3d3eebdfe640ccbf0f0a93988a07596a">
|
||||
<!ENTITY fuse-size "625 KB">
|
||||
<!ENTITY fuse-buildsize "8.2 MB (9.8 MB with API documentation)">
|
||||
<!ENTITY fuse-time "0.1 SBU">
|
||||
]>
|
||||
@ -122,9 +122,7 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -i 's/2:9:4/2:9:5/' lib/Makefile.in &&
|
||||
|
||||
./configure --prefix=/usr \
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--disable-static \
|
||||
INIT_D_PATH=/tmp/init.d &&
|
||||
|
||||
@ -167,10 +165,6 @@ install -v -m644 doc/html/* \
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>sed -i ... lib/Makefile.in</command> This command fixes
|
||||
libfuse so version.
|
||||
</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user