Changeset 909e1129


Ignore:
Timestamp:
Jan 7, 2009, 9:08:34 AM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
48cc23b
Parents:
1b69e8f
Message:

Added --enable-multibyte to groff

Location:
BOOK
Files:
3 edited

Legend:

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

    r1b69e8f r909e1129  
    3333    <para os="b">Prepare Groff for compilation:</para>
    3434
    35 <screen os="c"><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=/usr</userinput></screen>
     35<screen os="c"><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=/usr \
     36    --enable-multibyte</userinput></screen>
    3637
    3738    <para os="t1">Since we don't have NetPBM installed we need to touch doc/gnu.eps:</para>
  • BOOK/final-system/multilib/groff.xml

    r1b69e8f r909e1129  
    3131
    3232<screen os="c"><userinput>PAGE=<replaceable>[paper_size]</replaceable> CC="gcc ${BUILD64}" \
    33    CXX="g++ ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64</userinput></screen>
     33   CXX="g++ ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 --enable-multibyte</userinput></screen>
    3434
    3535    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r1b69e8f r909e1129  
    4545        <listitem>
    4646          <para>[Jim] - Have Ncurses Widec create /usr/include/ncursesw.</para>
     47        </listitem>
     48        <listitem>
     49          <para>[Jim] - Added --enable-multibyte to groff.</para>
    4750        </listitem>
    4851      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.