Skip to content
Snippets Groups Projects
Commit 8d81ff3b authored by Markus Blatt's avatar Markus Blatt
Browse files

[release,bugfix] Makes PKG_CONFIG_PATH honor all (lib lib/multiarch).

Previously some of the pathes (e.g the multiarch ones) took precedence
over the others. But as with same some of the pkgconfig files are installed
below lib/<multiarch> and others (if there is not object library) are not.
With this patch all possible install locations of pkgconfig files are added
to the path if they exist.
parent c1784242
No related branches found
No related tags found
No related merge requests found
......@@ -257,7 +257,6 @@ extract_multiarch
for i in $MULTIARCH_LIBDIR lib64 lib32 lib; do
if test -d "$PREFIX_DIR/$i/pkgconfig"; then
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$PREFIX_DIR/$i/pkgconfig"
break;
fi
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment