Changeset 50fdfc8
- Timestamp:
- 04/19/2020 07:42:38 AM (3 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, arm, bdubbs/gcc13, cross-chap5, ml-11.0, multilib, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- a5dddcb
- Parents:
- 2a73970
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r2a73970 r50fdfc8 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[pierre] - Allow bison to use the libtextstyle.so library from 50 gettext, by moving gettext before bison. Fixes 51 <ulink url="&lfs-ticket-root;4634">#4634</ulink>.</para> 52 </listitem> 53 <listitem> 49 54 <para>[pierre] - Allow some shadow programs to use "setcap" by 50 55 moving libcap before shadow. Fixes -
chapter06/chapter06.xml
r2a73970 r50fdfc8 43 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="psmisc.xml"/> 44 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iana-etc.xml"/> 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/> 45 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/> 46 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flex.xml"/> … … 58 59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="automake.xml"/> 59 60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kmod.xml"/> 60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/>61 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libelf.xml"/> 62 62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libffi.xml"/> -
chapter06/gettext.xml
r2a73970 r50fdfc8 77 77 <para>Compile the package:</para> 78 78 79 <screen><userinput remap="make">make</userinput></screen> 79 <screen><userinput remap="make">make BISON_LOCALEDIR=/usr/share/locale</userinput></screen> 80 81 <variablelist> 82 <title>The meaning of the make parameter:</title> 83 84 <varlistentry> 85 <term><parameter>BISON_LOCALEDIR=/usr/share/locale</parameter></term> 86 <listitem> 87 <para>Since bison is not yet installed in /usr, configure hardcodes 88 the directory containing translations for the bison program (the 89 "locale" directory) as /tools/share/locale. Passing this variable 90 to make allows overriding the choice made by configure.</para> 91 </listitem> 92 </varlistentry> 93 94 </variablelist> 80 95 81 96 <para>To test the results (this takes a long time, around 3 SBUs),
Note:
See TracChangeset
for help on using the changeset viewer.