Ignore:
Timestamp:
Jul 21, 2012, 1:52:06 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4753a72
Parents:
822ffd4
Message:

Fix rpc build issue with final system 32 bit eglibc builds in multilib books.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/eglibc.xml

    r822ffd4 r40b82df  
    4242    href="../common/eglibc.xml"
    4343    xpointer="xpointer(//*[@os='l4'])"/>
     44
     45    <para os="l5">RPC headers are not installed at /tools/include/rpc. Eglibc 32 bit build will get into a bad state due to the new rpc helpers that get cross-compiled. We do not want this, so the following command will use the internal rpc types header.</para>
     46
     47<screen os="l6"><userinput>sed -i 's/&lt;rpc\/types.h&gt;/"rpc\/types.h"/' sunrpc/rpc_clntout.c</userinput></screen>
    4448
    4549    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.