diff options
author | INSUN PYO <insun.pyo@samsung.com> | 2021-02-03 13:43:03 +0900 |
---|---|---|
committer | INSUN PYO <insun.pyo@samsung.com> | 2021-02-03 13:43:03 +0900 |
commit | 33b5536b224d703ed55173c9d66a6bdc6c0a6c2b (patch) | |
tree | 693a46ad86cbda9ba7d8630192da65dbf3ceaf84 | |
parent | 4c1c6db213e0d95d73ad771b96c9399c7c20cf4b (diff) | |
download | nether-tizen_8.0.tar.gz nether-tizen_8.0.tar.bz2 nether-tizen_8.0.zip |
Change systemd-devel package nametizen_9.0_m2_releasetizen_8.0_m2_releasetizen_7.0_m2_releasetizen_6.5.m2_releasesubmit/tizen_6.5/20211028.162401submit/tizen/20210209.102453accepted/tizen/unified/20210210.130306accepted/tizen/9.0/unified/20241030.234818accepted/tizen/8.0/unified/20231005.093650accepted/tizen/7.0/unified/hotfix/20221116.105618accepted/tizen/7.0/unified/20221110.062516accepted/tizen/6.5/unified/20211028.120242tizen_9.0tizen_8.0tizen_7.0_hotfixtizen_7.0tizen_6.5tizenaccepted/tizen_unifiedaccepted/tizen_9.0_unifiedaccepted/tizen_8.0_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unified
Change-Id: I89c19fdcf7d9f08f92a90149e4cba9d23d2684b8
-rwxr-xr-x | packaging/nether.spec | 1 | ||||
-rw-r--r-- | src/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/packaging/nether.spec b/packaging/nether.spec index 2dc5997..3818abf 100755 --- a/packaging/nether.spec +++ b/packaging/nether.spec @@ -8,6 +8,7 @@ Summary: Daemon for enforcing network privileges BuildRequires: cmake BuildRequires: libnetfilter_queue-devel BuildRequires: pkgconfig(cynara-client-async) +BuildRequires: pkgconfig(libsystemd) Requires: iptables %description diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7b7cc8b..03abd18 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -26,7 +26,7 @@ IF (NOT DISABLE_CYNARA) endif() IF (NOT DISABLE_SYSTEMD) - PKG_CHECK_MODULES (SYSTEMD libsystemd-journal) + PKG_CHECK_MODULES (SYSTEMD libsystemd) ENDIF() IF (NOT DISABLE_AUDIT) |