Changeset f4a3466


Ignore:
Timestamp:
Jun 6, 2009, 3:27:08 PM (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:
c7e5a98
Parents:
b39617b
Message:

Fix compilation error with Vim in the final system

Location:
BOOK/final-system
Files:
2 edited

Legend:

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

    rb39617b rf4a3466  
    5151    <para os="d">Prepare Vim for compilation:</para>
    5252
    53 <screen os="e"><userinput>./configure --prefix=/usr --enable-multibyte</userinput></screen>
     53<screen os="e"><userinput>CPPFLAGS="-DUNUSED=" ./configure \
     54    --prefix=/usr --enable-multibyte</userinput></screen>
    5455
    5556    <variablelist os="f">
  • BOOK/final-system/multilib/vim.xml

    rb39617b rf4a3466  
    5050    xpointer="xpointer(//*[@os='d'])"/>
    5151
    52 <screen os="e"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure --prefix=/usr \
    53    --enable-multibyte</userinput></screen>
     52<screen os="e"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
     53    CPPFLAGS="-DUNUSED=" ./configure --prefix=/usr \
     54    --enable-multibyte</userinput></screen>
    5455
    5556    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.