Skip to content

Commit

Permalink
Merge pull request #5 from HiPhish/fix-library-type
Browse files Browse the repository at this point in the history
Fix type of library in bat tutorial
  • Loading branch information
meator authored May 9, 2024
2 parents 3c23596 + 37c594f commit b109502
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit b109502

Please sign in to comment.