Changeset 9915fd89 for BOOK/temp-system
- Timestamp:
- Dec 22, 2007, 3:05:30 PM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- d147a07
- Parents:
- d999938
- Location:
- BOOK/temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/gettext.xml
rd999938 r9915fd89 29 29 <screen os="b"><userinput>cd gettext-tools</userinput></screen> 30 30 31 <para os="t1">When cross-compiling the Gettext configure script assumes we 32 don't have a working wcwidth when we do. The following will fix possible 33 compilation errors because of this assumption:</para> 34 35 <screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" > config.cache</userinput></screen> 36 31 37 <para os="c">Prepare Gettext for compilation:</para> 32 38 33 39 <screen os="d"><userinput>./configure --prefix=/tools \ 34 40 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 35 --disable-shared </userinput></screen>41 --disable-shared --cache-file=config.cache</userinput></screen> 36 42 37 43 <variablelist os="e"> -
BOOK/temp-system/multilib/gettext.xml
rd999938 r9915fd89 30 30 href="../common/gettext.xml" 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/gettext.xml" 35 xpointer="xpointer(//*[@os='t2'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../common/gettext.xml" 39 xpointer="xpointer(//*[@os='t2'])"/> 32 40 33 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.