Changeset f9e40f7


Ignore:
Timestamp:
Dec 27, 2015, 3:23:18 PM (8 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
sysvinit
Children:
5ef098d
Parents:
74d38b7
git-author:
William Harrington <kb0iic@…> (12/27/15 15:23:10)
git-committer:
William Harrington <kb0iic@…> (12/27/15 15:23:18)
Message:

Some hosts may set PKG_CONFIG_PATH in /etc/profile or /etc/profile.d and will be used after 'su - clfs'. Unset PKG_CONFIG_PATH variable will make sure only pkgconfig in /tools will be used and no packages will be picked up from the host i.e. guile or ncursesw.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-preps/common/settingenviron.xml

    r74d38b7 rf9e40f7  
    4646PATH=/cross-tools/bin:/bin:/usr/bin
    4747export CLFS LC_ALL PATH
    48 unset CFLAGS CXXFLAGS</literal>
     48unset CFLAGS CXXFLAGS PKG_CONFIG_PATH</literal>
    4949EOF</userinput></screen>
    5050
     
    8484  tools to build the temp-system in /tools.</para>
    8585
    86   <para os="k">The <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar> variables
    87   should not be set while building the temporary system, so we unset them.</para>
     86  <para os="k">The <envar>CFLAGS</envar>, <envar>CXXFLAGS</envar> and
     87  <envar>PKG_CONFIG_PATH</envar> variables should not be set while building the
     88  temporary system, so we unset them.</para>
    8889
    8990  <para os="l">Finally, to have the environment fully prepared for building the
Note: See TracChangeset for help on using the changeset viewer.