Page MenuHomeSolus

systemd: fix libcap2 rundeps
Needs ReviewPublic

Authored by Staudey on Sun, Aug 6, 10:16 PM.

Details

Reviewers
None
Group Reviewers
Triage Team
Summary

systemd: fix libcap2 rundeps

Avoids e.g. configure errors with new wine versions

/usr/bin/ld: warning: libcap.so.2, needed by /usr/lib32/libsystemd.so.0, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /usr/lib32/libsystemd.so.0: undefined reference to `cap_get_flag'
/usr/bin/ld: /usr/lib32/libsystemd.so.0: undefined reference to `cap_free'
/usr/bin/ld: /usr/lib32/libsystemd.so.0: undefined reference to `cap_get_proc'

Same principle was behind adding libcrypt rundeps in R2999:71503e7c210f349712d73ffa2cccabf5b0e10c4b

Test Plan

Build wine and checked configure errors were gone

Diff Detail

Repository
R2999 systemd
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 5380
Build 5380: arc lint + arc unit