Ignore:
Timestamp:
03/14/2021 08:30:33 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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:
810002d
Parents:
6e2729c
Message:

update to gnome-autoar-0.3.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-autoar.xml

    r6e2729c rdd9d4b6  
    77  <!ENTITY gnome-autoar-download-http "&gnome-download-http;/gnome-autoar/0.3/gnome-autoar-&gnome-autoar-version;.tar.xz">
    88  <!ENTITY gnome-autoar-download-ftp  "&gnome-download-ftp;/gnome-autoar/0.3/gnome-autoar-&gnome-autoar-version;.tar.xz">
    9   <!ENTITY gnome-autoar-md5sum        "05d9807232d524b2a233317d717cf645">
    10   <!ENTITY gnome-autoar-size          "292 KB">
     9  <!ENTITY gnome-autoar-md5sum        "3149496d0189623a8e1289bbab4d8385">
     10  <!ENTITY gnome-autoar-size          "291 KB">
    1111  <!ENTITY gnome-autoar-buildsize     "5.0 MB">
    1212  <!ENTITY gnome-autoar-time          "0.1 SBU">
     
    102102    </para>
    103103
    104 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     104<screen><userinput>./configure --prefix=/usr    \
     105            --disable-debug  \
     106            --disable-static &amp;&amp;
    105107make</userinput></screen>
    106108
     
    119121  <sect2 role="commands">
    120122    <title>Command Explanations</title>
     123
     124    <para>
     125      <parameter>--disable-debug</parameter>: Disable the debug mode,
     126      in which this package would be built with <option>-O0 -g</option>.
     127    </para>
    121128
    122129    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.