Skip to content

Commit

Permalink
fix: lvm2: statically link libcap in, as it's required by libudev fro…
Browse files Browse the repository at this point in the history
…m systemd

Signed-off-by: Dmitry Sharshakov <dmitry.sharshakov@siderolabs.com>
  • Loading branch information
dsseng committed Sep 29, 2024
1 parent 8a71ecf commit 3988039
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lvm2/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ steps:
destination: lvm2.tar.gz
sha256: "{{ .lvm2_sha256 }}"
sha512: "{{ .lvm2_sha512 }}"
env:
LIBS: -l:libcap.a -L/toolchain/lib
prepare:
- |
tar -xzf lvm2.tar.gz --strip-components=1
Expand Down

0 comments on commit 3988039

Please sign in to comment.