Changeset b5f7d09 for x/installing


Ignore:
Timestamp:
05/20/2006 04:44:07 PM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
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:
1b58647
Parents:
1ed12e2d
Message:

Added -ifv to libdrm autoreconf command to force libtoolize to run

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libdrm.xml

    r1ed12e2d rb5f7d09  
    55  %general-entities;
    66
    7   <!ENTITY libdrm-download-http "http://xorg.freedesktop.org/releases/X11R7.0/src/extras/libdrm-&libdrm-version;.tar.gz">
     7  <!ENTITY libdrm-download-http "http://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.gz">
    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">
     
    7171    commands:</para>
    7272
    73 <screen><userinput>autoreconf &amp;&amp;
     73<screen><userinput>autoreconf -ifv &amp;&amp;
    7474./configure --prefix=$XORG_PREFIX &amp;&amp;
    7575make</userinput></screen>
     
    8585  <sect2>
    8686    <title>Command Explanations</title>
    87     <para><command>autoreconf</command>:  regenerates the
     87    <para><command>autoreconf -ifv</command>:  regenerates the
    8888    <command>configure</command> script to fix a broken test in the included
    89     <command>configure</command> script.</para>
     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>
    9092  </sect2>
    9193
Note: See TracChangeset for help on using the changeset viewer.