Commit d69dfb7a authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Jean-Paul Saman

Add `pwd`/lib/pkgconfig to PKG_CONFIG_PATH

parent 0330c307
...@@ -148,7 +148,7 @@ case $HOST in ...@@ -148,7 +148,7 @@ case $HOST in
if test "$HOST" = "$BUILD"; then if test "$HOST" = "$BUILD"; then
if test -d "/usr/lib/pkgconfig"; then if test -d "/usr/lib/pkgconfig"; then
if test -z "$PKG_CONFIG_PATH"; then if test -z "$PKG_CONFIG_PATH"; then
echo "PKG_CONFIG_PATH = /usr/lib/pkgconfig" >> config.mak echo "PKG_CONFIG_PATH = /usr/lib/pkgconfig:`pwd`/lib/pkgconfig" >> config.mak
fi fi
if test -z "$PKG_CONFIG_LIBDIR"; then if test -z "$PKG_CONFIG_LIBDIR"; then
echo "PKG_CONFIG_LIBDIR = /usr/lib/pkgconfig" >> config.mak echo "PKG_CONFIG_LIBDIR = /usr/lib/pkgconfig" >> config.mak
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment