reopen 829500
found 829500 1:2.6.3-1
thanks

Hi,

unfortunately the last upload didn't fix the issue due to wrong order of
Libs and Libs.private keywords in audit.pc.

Currently the pkg-config returns the link flags in wrong order:

$ pkg-config --static --libs audit
-lcap-ng -laudit

leading to the same errors as before.

With Libs and Libs.private lines swapped the order is correct:

$ pkg-config --static --libs audit
-laudit -lcap-ng

Best regards

Hannes

Reply via email to