Ignore:
Timestamp:
Dec 13, 2015, 3:57:55 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
c01bd946
Parents:
c636dee
Message:

Put one configure option per line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/ncurses.xml

    rc636dee r7cd7f99  
    3636
    3737<screen os="b"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
    38    ./configure --prefix=/usr --libdir=/lib \
    39    --with-shared --without-debug --enable-widec \
    40    --with-manpage-format=normal --enable-pc-files \
    41    --with-default-terminfo-dir=/usr/share/terminfo</userinput></screen>
     38./configure \
     39    --prefix=/usr \
     40    --libdir=/lib \
     41    --with-shared \
     42    --without-debug \
     43    --enable-widec \
     44    --with-manpage-format=normal \
     45    --enable-pc-files \
     46    --with-default-terminfo-dir=/usr/share/terminfo</userinput></screen>
    4247
    4348    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.