Ignore:
Timestamp:
05/25/2006 06:52:00 AM (18 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
04c940c3
Parents:
e639150
Message:

Updated to xorg-7.1, xterm-213, and MesaLib-6.5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libdrm.xml

    re639150 r7be99f2c  
    88  <!ENTITY libdrm-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libdrm-&libdrm-version;.tar.gz">
    99  <!ENTITY libdrm-md5sum        "9d1aab104eb757ceeb2c1a6d38d57411">
    10   <!ENTITY libdrm-size          "370 KB">
    11   <!ENTITY libdrm-buildsize     "5.1 MB">
     10  <!ENTITY libdrm-size          "276 KB">
     11  <!ENTITY libdrm-buildsize     "3.2 MB">
    1212  <!ENTITY libdrm-time          "0.1 SBU">
    1313]>
     
    7171    commands:</para>
    7272
    73 <screen><userinput>autoreconf -ifv &amp;&amp;
    74 ./configure --prefix=$XORG_PREFIX &amp;&amp;
     73<screen><userinput>./configure --prefix=$XORG_PREFIX &amp;&amp;
    7574make</userinput></screen>
    7675
     
    8180<screen role="root"><userinput>make install</userinput></screen>
    8281
    83   </sect2>
    84 
    85   <sect2>
    86     <title>Command Explanations</title>
    87     <para><command>autoreconf -ifv</command>:  regenerates the
    88     <command>configure</command> script to fix a broken test in the included
    89     <command>configure</command> script.  The <option>-f</option> option is
    90     needed to force <command>libtoolize</command> to run. Without it, the
    91     shared library will not be built correctly.</para>
    9282  </sect2>
    9383
Note: See TracChangeset for help on using the changeset viewer.