diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-02-26 20:58:02 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-02-26 20:58:02 +0000 |
commit | 8b3e1412e20a850925881f819b20ca37b83603aa (patch) | |
tree | d9e80f4e83b7015cac1b3409e624c1fb3597f817 /chapter06/eudev.xml | |
parent | e8b732abebb553fa0dc9a671048b8462df819b9a (diff) |
Update to less-530.
Add an explanation of LIBRARY_PATH and LD_LIBRARY_PATH i
used in the eudev instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11378 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/eudev.xml')
-rw-r--r-- | chapter06/eudev.xml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml index 0c6032a64..28d85f2c3 100644 --- a/chapter06/eudev.xml +++ b/chapter06/eudev.xml @@ -71,20 +71,16 @@ EOF</userinput></screen> --disable-static \ --config-cache</userinput></screen> -<!-- Seems to be unneeded - but leave as a comment for a while - - - -disable-gudev \ - - -enable-split-usr \ - - -enable-hwdb \ - - -disable-introspection \ - - -disable-gtk-doc-html</userinput></screen> - ---> - <para>Compile the package:</para> <screen><userinput remap="make">LIBRARY_PATH=/tools/lib make</userinput></screen> +<note><para>The LIBRARY_PATH variable here and the LD_LIBRARY_PATH variable +below are needed to allow the use of libraries that were installed in /tools, +but have not yet been installed in the main system. LIBRARY_PATH is +used to find libraries during the linking process. LD_LIBRARY_PATH is +used to find libraries during program execution.</para></note> + <para>Create some directories now that are needed for tests, but will also be used as a part of installation:</para> |