summaryrefslogtreecommitdiff
path: root/lib/spack/docs/environments.rst
diff options
context:
space:
mode:
authorMichael Kuhn <michael.kuhn@informatik.uni-hamburg.de>2019-10-06 04:03:35 +0200
committerAdam J. Stewart <ajstewart426@gmail.com>2019-10-05 21:03:35 -0500
commitbdb92f2d91605dd8a93ef16f0d7fcf6595f5b012 (patch)
treef99f3df188744d4e44db47e380bf1cc7bc0c5b22 /lib/spack/docs/environments.rst
parentc6b8d79ea6960609ec62fada1ab210725a464886 (diff)
downloadspack-bdb92f2d91605dd8a93ef16f0d7fcf6595f5b012.tar.gz
spack-bdb92f2d91605dd8a93ef16f0d7fcf6595f5b012.tar.bz2
spack-bdb92f2d91605dd8a93ef16f0d7fcf6595f5b012.tar.xz
spack-bdb92f2d91605dd8a93ef16f0d7fcf6595f5b012.zip
Consistently support pkg-config files in share subdirectory (#12838)
While the build environment already takes share/pkgconfig into account, the generated module files etc. only consider lib/pkgconfig and lib64/pkgconfig.
Diffstat (limited to 'lib/spack/docs/environments.rst')
-rw-r--r--lib/spack/docs/environments.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/environments.rst b/lib/spack/docs/environments.rst
index 664e6e2cce..6ce67f0067 100644
--- a/lib/spack/docs/environments.rst
+++ b/lib/spack/docs/environments.rst
@@ -764,7 +764,7 @@ ACLOCAL_PATH share/aclocal
LD_LIBRARY_PATH lib, lib64
LIBRARY_PATH lib, lib64
CPATH include
-PKG_CONFIG_PATH lib/pkgconfig, lib64/pkgconfig
+PKG_CONFIG_PATH lib/pkgconfig, lib64/pkgconfig, share/pkgconfig
CMAKE_PREFIX_PATH .
=================== =========