]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
automake: Link libcgset with libcgroup
authorTom Hromatka <tom.hromatka@oracle.com>
Fri, 12 Nov 2021 13:51:36 +0000 (06:51 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 12 Nov 2021 13:51:36 +0000 (06:51 -0700)
commitb4015e3f96fc430029a37e94edc151e16727e8f1
tree1a2b5536a87992361d579ce12d3ca883bc872f83
parentc171be33bce722d92566c78c3b5fefa8ac2a3d92
automake: Link libcgset with libcgroup

When linking with the -Wl,--no-undefined flag enabled, libcgset
fails due to undefined symbols.  Fix this by enabling this flag
and linking with libcgroup.la

Closes: https://github.com/libcgroup/libcgroup/issues/66
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
src/tools/Makefile.am