Changeset cee2ca2 in clfs-sysroot for BOOK/final-system/common/vim.xml


Ignore:
Timestamp:
Jul 14, 2006, 10:03:23 AM (19 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
7e8c096
Parents:
627724c
Message:

Went through and made sure that every package in the final system that needs both --build and --host has them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/vim.xml

    r627724c rcee2ca2  
    5656    <para os="d">Prepare Vim for compilation:</para>
    5757
    58 <screen os="e"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET} \
    59     --enable-multibyte --enable-gui=no \
    60     --disable-gtktest --disable-xim \
    61     --with-features=normal --disable-gpm \
    62     --without-x --disable-netbeans \
     58<screen os="e"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     59    --prefix=/usr --enable-multibyte --enable-gui=no \
     60    --disable-gtktest --disable-xim --with-features=normal \
     61    --disable-gpm --without-x --disable-netbeans \
    6362    --with-tlib=ncurses</userinput></screen>
    6463
Note: See TracChangeset for help on using the changeset viewer.