]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
src/Makefile: compile systemd support by default
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Sat, 25 Nov 2023 14:32:34 +0000 (20:02 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 7 Dec 2023 16:21:09 +0000 (09:21 -0700)
commit7763fcc737f9b4b35fe77bb823f94eca6fdd7ea8
tree43a194e0fcd3687017b4f95329a1f4a9b21271f0
parentd7a9730edf7e332e89aab56fc7bb6623958a6fc8
src/Makefile: compile systemd support by default

Compile systemd support file by default, now we have stub and defined
versions of the systemd functions for both non-systemd and systemd
enabled configurations.  Pass linker flag WITH_SYSTEMD only when
--enable-systemd is set, that will call the defined function, otherwise
call the stub functions.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
(cherry picked from commit f34e87adfb85d8aa53fea634b90dd91640ade411)
src/Makefile.am