diff options
-rw-r--r-- | APKBUILD.5 | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -161,6 +161,9 @@ to .Li $pkgname=$pkgver openrc which means that the OpenRC subpackage will be automatically installed if the origin package and OpenRC are both installed on the same computer. +.It Cm ldpath +Specifies a colon-separated list of additional paths to scan for shared +libraries (.so files). .It Cm makedepends Specifies build dependencies for the package. .It Cm pkggroups @@ -206,6 +209,15 @@ virtual provider. .It Cm replaces Specifies packages that the package replaces. This is typically used for packages renamed by upstream. +.It Cm somask +Specifies a whitespace-separated list of shared object files that should be +ignored by +.Nm +when calculating providers and dependencies. For example, internal libraries +that are found in +.Cm ldpath +but not in a normal path searched by the dynamic linker should probably be +listed here. .It Cm subpackages Specifies subpackages or split packages built with this package. Typically, this will include |