From 2010524d34ef39c77542964619f115b54a1fcaa4 Mon Sep 17 00:00:00 2001 From: Dongsun Lee Date: Tue, 20 Jun 2023 12:47:15 +0900 Subject: [PATCH] fix build break by changing libsystemd-daemon to libsystemd Change-Id: I7444404417b8b6a959045f894893c1544738a88f --- packaging/tef-simulator.spec | 2 +- simulatordaemon/CMakeLists.txt | 2 +- simulatordaemon/debugproxy/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/tef-simulator.spec b/packaging/tef-simulator.spec index 01f6c96..d92fdcb 100644 --- a/packaging/tef-simulator.spec +++ b/packaging/tef-simulator.spec @@ -11,7 +11,7 @@ BuildRequires: cmake BuildRequires: boost-devel BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(openssl1.1) -BuildRequires: pkgconfig(libsystemd-daemon) +BuildRequires: pkgconfig(libsystemd) Requires: boost-coroutine boost-filesystem boost-program-options boost-regex boost-system boost-thread Requires: tef-libteec diff --git a/simulatordaemon/CMakeLists.txt b/simulatordaemon/CMakeLists.txt index 7bc382f..361e337 100644 --- a/simulatordaemon/CMakeLists.txt +++ b/simulatordaemon/CMakeLists.txt @@ -21,7 +21,7 @@ SET(DAEMONCTL_PATH ${DAEMON_PATH}/daemonctl) SET(DEBUGPROXY_PATH ${DAEMON_PATH}/debugproxy) PKG_CHECK_MODULES(DAEMON_DEPS REQUIRED - libsystemd-daemon + libsystemd dlog ) diff --git a/simulatordaemon/debugproxy/CMakeLists.txt b/simulatordaemon/debugproxy/CMakeLists.txt index a7b0bf9..c6d022e 100644 --- a/simulatordaemon/debugproxy/CMakeLists.txt +++ b/simulatordaemon/debugproxy/CMakeLists.txt @@ -19,7 +19,7 @@ PKG_CHECK_MODULES(DEBUGPROXY_DEPS REQUIRED dlog - libsystemd-daemon + libsystemd ) SET(DEBUGPROXY_SOURCES -- 2.34.1