source: BOOK/final-system/multilib/bash.xml @ 7cd7f99

systemd
Last change on this file since 7cd7f99 was 7cd7f99, checked in by Chris Staub <chris@…>, 8 years ago

Put one configure option per line

  • Property mode set to 100644
File size: 2.9 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-bash" role="wrap">
9  <?dbhtml filename="bash.html"?>
10
11  <title>Bash-&bash-version;</title>
12
13  <indexterm zone="ch-system-bash">
14    <primary sortas="a-Bash">Bash</primary>
15  </indexterm>
16
[dabbced]17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[1cd688b]18  href="../common/bash.xml"
19  xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21  <sect2 role="installation">
22    <title>Installation of Bash</title>
23
[dabbced]24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6f9ab64]25    href="../common/bash.xml"
26    xpointer="xpointer(//*[@os='p1'])"/>
27
[dabbced]28    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6f9ab64]29    href="../common/bash.xml"
30    xpointer="xpointer(//*[@os='p2'])"/>
[d849dd4]31
[1da2a84]32    <para os="m1">The following sed points configure towards the correct
33    library directory while searching for Readline:</para>
34
35<screen os="m2"><userinput>sed -i "/ac_cv_rl_libdir/s@/lib@&amp;64@" configure</userinput></screen>
36
[dabbced]37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[35555cc]38    href="../common/bash.xml"
[663f8a7]39    xpointer="xpointer(//*[@os='a'])"/>
[35555cc]40
[663f8a7]41<screen os="b"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
[7cd7f99]42./configure \
43    --prefix=/usr \
44    --bindir=/bin \
45    --without-bash-malloc \
46    --with-installed-readline \
[e1e9868]47    --docdir=/usr/share/doc/bash-&bash-version;</userinput></screen>
[3f8be484]48
[dabbced]49    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]50    href="../common/bash.xml"
[663f8a7]51    xpointer="xpointer(//*[@os='c'])"/>
[3f8be484]52
[dabbced]53    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]54    href="../common/bash.xml"
[663f8a7]55    xpointer="xpointer(//*[@os='d'])"/>
[3f8be484]56
[dabbced]57    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]58    href="../common/bash.xml"
[663f8a7]59    xpointer="xpointer(//*[@os='e'])"/>
[3f8be484]60
[dabbced]61    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]62    href="../common/bash.xml"
[663f8a7]63    xpointer="xpointer(//*[@os='f'])"/>
[3f8be484]64
[686839b]65    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
66    href="../common/bash.xml"
67    xpointer="xpointer(//*[@os='f2'])"/>
68
[dabbced]69    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]70    href="../common/bash.xml"
[663f8a7]71    xpointer="xpointer(//*[@os='g'])"/>
[3f8be484]72
[dabbced]73    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]74    href="../common/bash.xml"
[663f8a7]75    xpointer="xpointer(//*[@os='h'])"/>
[3f8be484]76
[dabbced]77    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]78    href="../common/bash.xml"
[663f8a7]79    xpointer="xpointer(//*[@os='i'])"/>
[3f8be484]80
[dabbced]81    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]82    href="../common/bash.xml"
[663f8a7]83    xpointer="xpointer(//*[@os='j'])"/>
[3f8be484]84
[dabbced]85    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e0e40d3]86    href="../common/bash.xml"
[663f8a7]87    xpointer="xpointer(//*[@os='k'])"/>
[e0e40d3]88
[3f8be484]89  </sect2>
90
[dabbced]91  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]92  href="../common/bash.xml"
93  xpointer="xpointer(id('contents-bash'))"/>
94
95</sect1>
Note: See TracBrowser for help on using the repository browser.