summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rw-r--r--pkg-config.12
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7e887d4..2b79704 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,10 +75,10 @@ AC_ARG_WITH([system_library_path],
[
case "$libdir" in
*lib64)
- system_library_path="/usr/lib64:/usr/lib"
+ system_library_path="/usr/lib64:/lib64:/usr/lib:/lib"
;;
*)
- system_library_path="/usr/lib"
+ system_library_path="/usr/lib:/lib"
;;
esac
])
diff --git a/pkg-config.1 b/pkg-config.1
index d76fd51..dd4a8f8 100644
--- a/pkg-config.1
+++ b/pkg-config.1
@@ -269,7 +269,7 @@ disables said behavior.
Don't strip -I/usr/include out of cflags.
.TP
.I "PKG_CONFIG_ALLOW_SYSTEM_LIBS"
-Don't strip -L/usr/lib out of libs
+Don't strip -L/usr/lib or -L/lib out of libs.
.TP
.I "PKG_CONFIG_SYSROOT_DIR"
Modify -I and -L to use the directories located in target sysroot.