Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/packaging/bat.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ have `oniguruma-devel` in its `hostmakedepends`. But `oniguruma` must be
installed alongside `bat` for `bat` to work because `oniguruma` provides
dynamic libraries `bat` needs.

When a program is linked against a static library, the program "remembers" which
library it has been linked to. It marks the SONAME of the library in the
When a program is linked against a dynamic library, the program "remembers"
which library it has been linked to. It marks the SONAME of the library in the
executable. The details of this process are beyond the scope of this tutorial.

`xbps-src` reads the SONAMEs of the executables and libraries in `$DESTDIR`. It
Expand Down