Changeset a0730c7


Ignore:
Timestamp:
Jan 28, 2014, 12:11:25 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
12d49ad
Parents:
f55c4bf
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

    rf55c4bf ra0730c7  
    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

    rf55c4bf ra0730c7  
    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.