Changeset c3cd569a


Ignore:
Timestamp:
Jun 6, 2009, 11:58:45 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
fa0711b
Parents:
167f981
Message:

Fix vim compilation issue in the temp system.

Location:
BOOK/temp-system
Files:
2 edited

Legend:

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

    r167f981 rc3cd569a  
    6060    xpointer="xpointer(//*[@os='d'])"/>
    6161
    62 <screen os="e"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    63   --prefix=/tools --enable-multibyte --enable-gui=no \
    64   --disable-gtktest --disable-xim --with-features=normal \
    65   --disable-gpm --without-x --disable-netbeans \
    66   --with-tlib=ncurses</userinput></screen>
     62<screen os="e"><userinput>CPPFLAGS="-DUNUSED=" ./configure \
     63    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     64    --prefix=/tools --enable-multibyte --enable-gui=no \
     65    --disable-gtktest --disable-xim --with-features=normal \
     66    --disable-gpm --without-x --disable-netbeans \
     67    --with-tlib=ncurses</userinput></screen>
    6768
    6869    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/vim.xml

    r167f981 rc3cd569a  
    5555    xpointer="xpointer(//*[@os='d'])"/>
    5656
    57 <screen os="e"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
     57<screen os="e"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" CPPFLAGS="-DUNUSED=" \
    5858  ./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    5959  --prefix=/tools --enable-multibyte --enable-gui=no \
Note: See TracChangeset for help on using the changeset viewer.