diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-08-19 16:56:11 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-08-19 16:56:11 +0200 |
commit | 2ddee67dc28afe12b1cde61a32bcc1c403ae8185 (patch) | |
tree | 97cb4754571ff010e922455bb9b8de71226df3e6 /make | |
parent | bc545cc36b5c75dae769e898e1174994266ecea2 (diff) | |
parent | 4288b2a59959c1693bdbc7cbef849942b721c508 (diff) |
Merge pull request #900 from SaberUK/insp20+build-system-fixes
[2.0] Fix various problems with the build system.
Diffstat (limited to 'make')
-rw-r--r-- | make/utilities.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/utilities.pm b/make/utilities.pm index 8c8ac0d49..42dd6b547 100644 --- a/make/utilities.pm +++ b/make/utilities.pm @@ -95,6 +95,7 @@ sub make_rpath($;$) sub extend_pkg_path() { + return if defined $ENV{DISABLE_EXTEND_PKG_PATH}; if (!exists $ENV{PKG_CONFIG_PATH}) { $ENV{PKG_CONFIG_PATH} = "/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/libdata/pkgconfig:/usr/X11R6/libdata/pkgconfig"; |