Changeset 52b1b25 for BOOK/temp-system/common
- Timestamp:
- Jul 2, 2017, 9:49:06 PM (7 years ago)
- Branches:
- sysvinit
- Children:
- be3ab43
- Parents:
- 5a623593
- Location:
- BOOK/temp-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/gettext.xml
r5a623593 r52b1b25 61 61 <screen os="h"><userinput>make -C gnulib-lib 62 62 make -C intl pluralx.c 63 make -C src msgfmt </userinput></screen>63 make -C src msgfmt msgmerge xgettext</userinput></screen> 64 64 65 65 <para os="i">Install the <command>msgfmt</command> binary:</para> 66 66 67 <screen os="j"><userinput>cp -v src/ msgfmt/tools/bin</userinput></screen>67 <screen os="j"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen> 68 68 69 69 </sect2> -
BOOK/temp-system/common/util-linux.xml
r5a623593 r52b1b25 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>./configure \ 29 <screen os="b"><userinput>NCURSESW6_CONFIG=" " \ 30 NCURSES6_CONFIG=" " \ 31 NCURSESW5_CONFIG=" " \ 32 NCURSES5_CONFIG=" " \ 33 ./configure \ 30 34 --prefix=/tools \ 31 35 --build=${CLFS_HOST} \ … … 73 77 </variablelist> 74 78 75 <para os='s1'>Adjust the Makefile</para>76 77 <screen os="s2"><userinput>sed -i 's/-lncursesw -ltinfo/-lncurses/' Makefile78 sed -i 's/LIBNCURSESW/LIBNCURSES/' config.h</userinput></screen>79 80 79 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 81 80 href="../../final-system/common/util-linux.xml"
Note:
See TracChangeset
for help on using the changeset viewer.