• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/fcgiwrap/0002-link-with-libsystemd-instead-of-libsystemd-daemon.patch
Thomas ClaveiroleThomas Claveirole committed 3dbd99c0d7a18 Jul 2016
Raw file
Source viewDiff to previous
 
1
configure.ac: Check for libsystemd, not libsystemd-daemon.
2
​
3
Newer versions of systemd do not provide libsystemd-daemon anymore.
4
Therefore, use libsystemd instead.
5
​
6
Signed-off-by: Thomas Claveirole <thomas.claveirole@green-communications.fr>
7
​
8
diff --git a/configure.ac b/configure.ac
9
index bb3674e..2b02ef4 100644
10
--- a/configure.ac
11
+++ b/configure.ac
12
@@ -28,7 +28,7 @@ AC_ARG_WITH([systemd],
13
   [], [with_systemd=check])
14
 have_systemd=no
15
 if test "x$with_systemd" != "xno"; then
16
-  PKG_CHECK_MODULES(systemd, [libsystemd-daemon],
17
+  PKG_CHECK_MODULES(systemd, [libsystemd],
18
     [AC_DEFINE(HAVE_SYSTEMD, 1, [Define if systemd is available])
19
     have_systemd=yes],
20
   have_systemd=no)
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.