Changeset 924206c
- Timestamp:
- Sep 4, 2015, 6:26:57 PM (9 years ago)
- Branches:
- sysvinit
- Children:
- 23d7b98
- Parents:
- 7709fcb
- git-author:
- William Harrington <kb0iic@…> (09/04/15 18:22:16)
- git-committer:
- William Harrington <kb0iic@…> (09/04/15 18:26:57)
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/changelog.xml
r7709fcb r924206c 64 64 <ulink url="&clfs-ticket-root;1047">#1047.</ulink></para> 65 65 </listitem> 66 <listitem> 67 <para>[William Harrington] - Update Gettext to 0.19.5.1. Fixes ticket 68 <ulink url="&clfs-ticket-root;1048">#1048.</ulink></para> 69 </listitem> 66 70 </itemizedlist> 67 71 </listitem> -
BOOK/packages.ent
r7709fcb r924206c 172 172 <!ENTITY gdbm-home "&gnu-software;gdbm"> 173 173 174 <!ENTITY gettext-version "0.19. 3">175 <!ENTITY gettext-size "6, 628KB">174 <!ENTITY gettext-version "0.19.5.1"> 175 <!ENTITY gettext-size "6,874 KB"> 176 176 <!ENTITY gettext-url "&gnu;gettext/gettext-&gettext-version;.tar.xz"> 177 <!ENTITY gettext-md5 " 092c3f460553ceb4a638ff81d36434c4">177 <!ENTITY gettext-md5 "9b7c37e410df4bd1bf854e8c897cf937"> 178 178 <!ENTITY gettext-home "&gnu-software;gettext"> 179 179 -
BOOK/temp-system/common/gettext.xml
r7709fcb r924206c 33 33 <screen os="b"><userinput>cd gettext-tools</userinput></screen> 34 34 35 <para os="t1">When cross-compiling, the Gettext36 <command>configure</command> script assumes we don't have a working wcwidth37 even when we do. The following will fix possible38 compilation errors because of this assumption:</para>39 40 <screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" > config.cache</userinput></screen>41 42 35 <para os="c">Prepare Gettext for compilation:</para> 43 36 44 <screen os="d"><userinput> ./configure --prefix=/tools \37 <screen os="d"><userinput>EMACS="no" ./configure --prefix=/tools \ 45 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 46 39 --disable-shared --cache-file=config.cache</userinput></screen> … … 55 48 <screen os="h"><userinput>cp -v src/msgfmt /tools/bin</userinput></screen> 56 49 50 <variablelist os="i"> 51 <title>The meaning of the configure option:</title> 52 53 <varlistentry> 54 <term><parameter>EMACS="no"</parameter></term> 55 <listitem> 56 <para>This prevents the installation of the Emacs Lisp files 57 as the test is known to hang on some hosts.</para> 58 </listitem> 59 </varlistentry> 60 61 </variablelist> 62 63 <para os="j">Compile the required programs and support library:</para> 64 65 <screen os="k"><userinput>make -C gnulib-lib 66 make -C intl pluralx.c 67 make -C src msgfmt msgmerge xgettext</userinput></screen> 68 69 <para os="l">Install the <command>msgfmt</command>, 70 <command>msgmerge</command> and <command>xgettext</command> binaries:</para> 71 72 <screen os="m"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen> 73 57 74 </sect2> 58 75
Note:
See TracChangeset
for help on using the changeset viewer.