Changeset a302afca


Ignore:
Timestamp:
Jan 28, 2014, 12:13:14 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
5c239dd
Parents:
dcaf51a
Message:

usr merge hosts with a PATH order of /bin:/usr/bin and /bin -> /usr/bin will have texinfo find /bin/perl first and set it up as the interpreter in texi2any (makeinfo links to this). Chroot we create a link from /tools/bin/perl to /usr/bin and the interpreter needs to be #\!/usr/bin/perl.

Location:
BOOK/temp-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/texinfo.xml

    rdcaf51a ra302afca  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>./configure --prefix=/tools \
     29<screen os="b"><userinput>PERL=/usr/bin/perl ./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
  • BOOK/temp-system/multilib/texinfo.xml

    rdcaf51a ra302afca  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     29<screen os="b"><userinput>PERL=/usr/bin/perl CC="${CC} ${BUILD64}" \
     30./configure --prefix=/tools \
    3031   --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3132
Note: See TracChangeset for help on using the changeset viewer.