pkgconf manpage: add PKG_CONFIG_DONT_RELOCATE_PATHS and --dont-relocate-paths
parent
647c0255aa
commit
badcd8d2ef
|
@ -84,6 +84,8 @@ feature.
|
||||||
.It Fl -relocate Ns = Ns Ar PATH
|
.It Fl -relocate Ns = Ns Ar PATH
|
||||||
Relocates a path using the pkgconf_path_relocate API. This is mainly used by the
|
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.
|
testsuite to provide a guaranteed interface to the system's path relocation backend.
|
||||||
|
.It Fl -dont-relocate-paths
|
||||||
|
Disables the path relocation feature.
|
||||||
.El
|
.El
|
||||||
.Sh MODULE-SPECIFIC OPTIONS
|
.Sh MODULE-SPECIFIC OPTIONS
|
||||||
.Bl -tag -width indent
|
.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
|
.It Va PKG_CONFIG_DEBUG_SPEW
|
||||||
If set, enables additional debug logging. The format of the debug log messages is
|
If set, enables additional debug logging. The format of the debug log messages is
|
||||||
implementation-specific.
|
implementation-specific.
|
||||||
|
.It Va PKG_CONFIG_DONT_RELOCATE_PATHS
|
||||||
|
If set, disables the path relocation feature.
|
||||||
.El
|
.El
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
Displaying the CFLAGS of a package:
|
Displaying the CFLAGS of a package:
|
||||||
|
|
Loading…
Reference in New Issue