Ignore:
Timestamp:
01/24/2016 08:01:02 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
f587275
Parents:
54789f3
Message:

Merge Chapter 9 changes from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16835 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgpg-error-systemd.xml

    r54789f3 r83f6c770  
    77  <!ENTITY libgpg-error-download-http " ">
    88  <!ENTITY libgpg-error-download-ftp  "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-&libgpg-error-version;.tar.bz2">
    9   <!ENTITY libgpg-error-md5sum        "9997d9203v672402a04760176811589d">
    10   <!ENTITY libgpg-error-size          "756 KB">
    11   <!ENTITY libgpg-error-buildsize     "8.7 MB">
    12   <!ENTITY libgpg-error-time          "less than 0.1 SBU">
     9  <!ENTITY libgpg-error-md5sum        "ab0b5aba6d0a185b41d07bda804fd8b2">
     10  <!ENTITY libgpg-error-size          "748 KB">
     11  <!ENTITY libgpg-error-buildsize     "9 MB (with tests)">
     12  <!ENTITY libgpg-error-time          "less than 0.1 SBU (with tests)">
    1313]>
    1414
     
    8585    </para>
    8686
    87 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     87<screen><userinput>./configure --prefix=/usr &amp;&amp;
    8888make</userinput></screen>
    8989
     
    9999install -v -m644 -D README /usr/share/doc/libgpg-error-&libgpg-error-version;/README</userinput></screen>
    100100
    101     <para>
    102       The shared library needs to be moved to
    103       <filename class="directory">/lib</filename>, and as a result the
    104       <filename class="extension">.so</filename> file in
    105       <filename class="directory">/usr/lib</filename> will need to be
    106       recreated. Run the following command as the
    107       <systemitem class="username">root</systemitem> user:
    108     </para>
    109 
    110 <screen><userinput remap="install">mv -v /usr/lib/libgpg-error.so.* /lib
    111 ln -sfv ../../lib/$(readlink /usr/lib/libgpg-error.so) /usr/lib/libgpg-error.so</userinput></screen>
    112 
    113101  </sect2>
    114 
     102<!-- No longer needed
    115103  <sect2 role="commands">
    116104    <title>Command Explanations</title>
     
    120108
    121109  </sect2>
    122 
     110-->
    123111  <sect2 role="content">
    124112    <title>Contents</title>
     
    137125        </seg>
    138126        <seg>
    139           /usr/share/common-lisp and
     127          /usr/share/common-lisp/source/gpg-error and
    140128          /usr/share/doc/libgpg-error-&libgpg-error-version;
    141129        </seg>
Note: See TracChangeset for help on using the changeset viewer.