Ignore:
Timestamp:
11/09/2017 05:48:55 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
1e16f1a8
Parents:
3f60e0c
Message:

Simplify linking for systemd and remove text references to /tools/include.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11326 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/createfiles.xml

    r3f60e0c rf1e1fe6  
    5656    ln -sv /tools/lib/lib$lib.so* /usr/lib
    5757    sed 's/tools/usr/' /tools/lib/lib${lib}.la > /usr/lib/lib${lib}.la
     58done
     59ln -svf /tools/include/blkid    /usr/include
     60ln -svf /tools/include/libmount /usr/include
     61ln -svf /tools/include/uuid     /usr/include
     62for pc in blkid mount uuid
     63do
     64    sed 's@tools@usr@g' /tools/lib/pkgconfig/${pc}.pc \
     65        > /usr/lib/pkgconfig/${pc}.pc
    5866done
    5967ln -sv bash /bin/sh</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.