Ignore:
Timestamp:
07/25/2020 09:08:34 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
6be5958a
Parents:
a41a3ea9
Message:

Update to postfix-3.5.5.
Update to xfsprogs-5.7.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/xfsprogs.xml

    ra41a3ea9 r99f86349  
    77  <!ENTITY xfsprogs-download-http "&kernel-dl;/linux/utils/fs/xfs/xfsprogs/xfsprogs-&xfsprogs-version;.tar.xz">
    88  <!ENTITY xfsprogs-download-ftp  " ">
    9   <!ENTITY xfsprogs-md5sum        "71c709b74b456f8e0b047e57651ff86e">
     9  <!ENTITY xfsprogs-md5sum        "4aeba534cf91f24169c64e1073b9ef27">
    1010  <!ENTITY xfsprogs-size          "1.2 MB">
    11   <!ENTITY xfsprogs-buildsize     "60 MB">
     11  <!ENTITY xfsprogs-buildsize     "57 MB">
    1212  <!ENTITY xfsprogs-time          "0.3 SBU (Using parallelism=4)">
    1313]>
     
    103103 <screen><userinput>make DEBUG=-DNDEBUG     \
    104104     INSTALL_USER=root  \
    105      INSTALL_GROUP=root \
    106      LOCAL_CONFIGURE_OPTIONS="--enable-readline"</userinput></screen>
     105     INSTALL_GROUP=root</userinput></screen>
    107106
    108107    <para>
     
    134133      <parameter>INSTALL_USER=root INSTALL_GROUP=root</parameter>: This
    135134      sets the owner and group of the installed files.
    136     </para>
    137 
    138     <para>
    139       <parameter>LOCAL_CONFIGURE_OPTIONS="..."</parameter>: This passes
    140       extra configuration options to the <filename>configure</filename> script.
    141       The example <parameter>--enable-readline</parameter> parameter
    142       enables linking the XFS programs with the
    143       <filename class="libraryfile">libreadline.so</filename> library, in order
    144       to allow editing interactive commands.
    145135    </para>
    146136
Note: See TracChangeset for help on using the changeset viewer.