Changeset 4d4f8776


Ignore:
Timestamp:
Feb 21, 2006, 1:53:33 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
c8819a6
Parents:
d4285da
Message:

r959@server (orig r957): jim | 2005-12-23 19:11:15 -0800

r1186@server: jim | 2005-12-23 19:09:46 -0800
Reworked multilib fix. Reverted patch, changed into a sed.


Files:
4 edited

Legend:

Unmodified
Added
Removed
  • final-system/multilib/shadow-64bit.xml

    rd4285da r4d4f8776  
    2222    <title>Installation of Shadow</title>
    2323
    24     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    25     href="shadow.xml"
    26     xpointer="xpointer(//*[@os='a'])"/>
     24    <note os="a">
     25      <para>If you would like to enforce the use of strong passwords,
     26      refer to <ulink url="&blfs-root;view/svn/postlfs/cracklib.html"/>
     27      for installing Cracklib prior to building Shadow. Then add
     28      <parameter>--with-libcrack</parameter> to the <command>configure</command>
     29      command below.</para>
     30
     31      <para>You will also need to use the follow sed after the configuration command
     32      to make sure the correct library is linked.</para>
     33
     34      <screen><userinput>sed -i libtool \
     35         -e 's@\(^sys_lib_search_path_spec=\).*@\1"/lib64 /usr/lib64 /usr/local/lib64"@g' \
     36         -e 's@\(^sys_lib_dlsearch_path_spec=\).*@\1"/lib64 /usr/lib64 /usr/local/lib64"@g'</userinput></screen>
     37    </note>
    2738
    2839    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • final-system/multilib/shadow-n32.xml

    rd4285da r4d4f8776  
    2323    <title>Installation of Shadow</title>
    2424
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="shadow.xml"
    27     xpointer="xpointer(//*[@os='a'])"/>
     25    <note os="a">
     26      <para>If you would like to enforce the use of strong passwords,
     27      refer to <ulink url="&blfs-root;view/svn/postlfs/cracklib.html"/>
     28      for installing Cracklib prior to building Shadow. Then add
     29      <parameter>--with-libcrack</parameter> to the <command>configure</command>
     30      command below.</para>
     31
     32      <para>You will also need to use the follow sed after the configuration command
     33      to make sure the correct library is linked.</para>
     34
     35      <screen><userinput>sed -i libtool \
     36         -e 's@\(^sys_lib_search_path_spec=\).*@\1"/lib32 /usr/lib32 /usr/local/lib32"@g' \
     37         -e 's@\(^sys_lib_dlsearch_path_spec=\).*@\1"/lib32 /usr/lib32 /usr/local/lib32"@g'</userinput></screen>
     38    </note>
    2839
    2940    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • materials/common/patches.xml

    rd4285da r4d4f8776  
    172172
    173173    <varlistentry os="p21">
    174       <term>Shadow Configure Fixes Patch - 4.5 KB:</term>
     174      <term>Shadow Configure Fixes Patch - 1.9 KB:</term>
    175175      <listitem>
    176176        <para><ulink
  • patches.ent

    rd4285da r4d4f8776  
    4646<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
    4747
    48 <!ENTITY shadow-configure_fix-patch "shadow-&shadow-version;-configure_fix-2.patch">
     48<!ENTITY shadow-configure_fix-patch "shadow-&shadow-version;-configure_fix-1.patch">
    4949
    5050<!ENTITY sysklogd-fixes-patch "sysklogd-&sysklogd-version;-fixes-1.patch">
Note: See TracChangeset for help on using the changeset viewer.