summaryrefslogtreecommitdiffstats
path: root/build/linux/pkg-config-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'build/linux/pkg-config-wrapper')
-rwxr-xr-xbuild/linux/pkg-config-wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/linux/pkg-config-wrapper b/build/linux/pkg-config-wrapper
index abd34ef..fa76c2e 100755
--- a/build/linux/pkg-config-wrapper
+++ b/build/linux/pkg-config-wrapper
@@ -11,4 +11,4 @@ rewrite=`dirname $0`/rewrite_dirs.py
shift
config_path=$root/usr/lib/pkgconfig:$root/usr/share/pkgconfig
-PKG_CONFIG_PATH=$config_path pkg-config "$@" | $rewrite $root
+PKG_CONFIG_PATH=$config_path pkg-config --define-variable=prefix=/usr "$@" | $rewrite $root