From badcd8d2ef92f4ca347ebd49018b305733cc3218 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 3 Feb 2017 13:29:49 -0600 Subject: [PATCH] pkgconf manpage: add PKG_CONFIG_DONT_RELOCATE_PATHS and --dont-relocate-paths --- pkgconf.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgconf.1 b/pkgconf.1 index 3487e14..9924ce0 100644 --- a/pkgconf.1 +++ b/pkgconf.1 @@ -84,6 +84,8 @@ feature. .It Fl -relocate Ns = Ns Ar PATH Relocates a path using the pkgconf_path_relocate API. This is mainly used by the testsuite to provide a guaranteed interface to the system's path relocation backend. +.It Fl -dont-relocate-paths +Disables the path relocation feature. .El .Sh MODULE-SPECIFIC OPTIONS .Bl -tag -width indent @@ -193,6 +195,8 @@ which is used for dumping audit information concerning installed module versions .It Va PKG_CONFIG_DEBUG_SPEW If set, enables additional debug logging. The format of the debug log messages is implementation-specific. +.It Va PKG_CONFIG_DONT_RELOCATE_PATHS +If set, disables the path relocation feature. .El .Sh EXAMPLES Displaying the CFLAGS of a package: