summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2024-01-10 17:12:18 +0100
committerBenBE <BenBE@geshi.org>2024-01-10 22:10:14 +0100
commite59176f23cfdf40fe078e55835d61464f80d092b (patch)
treeab4a9132a186d2bf7256a6146d6416552b4eb070 /configure.ac
parent2a58f5dba8fcbcfea3140e08af43095b96042c9b (diff)
Fix static linking with libsystemd
libsystemd requires libcap for static linking. Add missing macro for function alias.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fe7f7b39..8de3c1dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -336,7 +336,7 @@ if test "$my_htop_platform" = pcp; then
fi
if test "$my_htop_platform" = linux && test "x$enable_static" = xyes; then
- AC_CHECK_LIB([systemd], [sd_bus_open_system])
+ AC_CHECK_LIB([systemd], [sd_bus_open_system], [], [], [-lcap])
fi
# ----------------------------------------------------------------------

© 2014-2024 Faster IT GmbH | imprint | privacy policy