Skip to content

Commit 5e9c0ee

Browse files
alyssaisjwcart2
authored andcommitted
libsemanage: add missing libaudit private library
libsemanage always uses libaudit functions, so we need to make sure that consumers of libsemanage.a know to link against libaudit too. Fixes: 56d9d20 ("Pull auditing into libsemanage.") Signed-off-by: Alyssa Ross <[email protected]> Acked-by: James Carter <[email protected]>
1 parent 82fb63a commit 5e9c0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsemanage/src/libsemanage.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Version: @VERSION@
99
URL: https://github.com/selinuxproject/selinux/wiki/Releases
1010
Requires.private: libselinux libsepol
1111
Libs: -L${libdir} -lsemanage
12-
Libs.private: -lbz2
12+
Libs.private: -laudit -lbz2
1313
Cflags: -I${includedir}

0 commit comments

Comments
 (0)