Ignore:
Timestamp:
11/08/2008 06:36:49 PM (15 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f4f612d
Parents:
3605b10
Message:

Several version updates

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/popt.xml

    r3605b10 rb834dfc7  
    77  <!ENTITY popt-download-http "http://rpm5.org/files/popt/popt-&popt-version;.tar.gz">
    88  <!ENTITY popt-download-ftp  "&sources-anduin-ftp;/p/popt-&popt-version;.tar.gz">
    9   <!ENTITY popt-md5sum        "dd22a6873b43d00f75e1c1b7dcfd1ff7">
    10   <!ENTITY popt-size          "1.1 MB">
     9  <!ENTITY popt-md5sum        "4f90a07316eb825604dd10ae4f9f3f04">
     10  <!ENTITY popt-size          "679 kB">
    1111  <!ENTITY popt-buildsize     "8.3 MB (includes installing documentation)">
    1212  <!ENTITY popt-time          "0.1 SBU">
     
    6767    commands:</para>
    6868
    69 <screen><userinput>sed -i -e "/*origOptString ==/c 0)" popt.c &amp;&amp;
    70 ./configure --prefix=/usr &amp;&amp;
     69<screen><userinput>./configure --prefix=/usr &amp;&amp;
    7170make</userinput></screen>
    7271
     
    8887<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/popt-&popt-version; &amp;&amp;
    8988install -v -m644 doxygen/html/* /usr/share/doc/popt-&popt-version;</userinput></screen>
    90 
    91   </sect2>
    92 
    93   <sect2 role="commands">
    94     <title>Command Explanations</title>
    95 
    96     <para><command>sed ...</command>:
    97     This fix taken backported from the development version of <application>popt</application>
    98     fixes a problem identified by the included testsuite.</para>
    9989
    10090  </sect2>
Note: See TracChangeset for help on using the changeset viewer.