summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorPetr Cech <pcech@redhat.com>2015-07-27 12:52:49 -0400
committerJakub Hrozek <jhrozek@redhat.com>2015-07-28 16:57:00 +0200
commitcebf9d194dc99a1ef4acae3d63faa3eb65be695a (patch)
treed7e069da70d1543db8b7308665bdb4a4ca4fc5f3 /contrib
parent4f68747b1baca78be496e9a5ebe4b89a9845dc8d (diff)
downloadsssd-cebf9d194dc99a1ef4acae3d63faa3eb65be695a.tar.gz
sssd-cebf9d194dc99a1ef4acae3d63faa3eb65be695a.tar.xz
sssd-cebf9d194dc99a1ef4acae3d63faa3eb65be695a.zip
BUILD: Repair dependecies on deprecated libraries
Modules libsystemd-journal and libsystemd-login are deprecated and "libsystemd" should be used instead of them. Resolves: https://fedorahosted.org/sssd/ticket/2733 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ci/deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ci/deps.sh b/contrib/ci/deps.sh
index 74401f832..22b7276eb 100644
--- a/contrib/ci/deps.sh
+++ b/contrib/ci/deps.sh
@@ -92,7 +92,7 @@ if [[ "$DISTRO_BRANCH" == -debian-* ]]; then
libselinux1-dev
libsemanage1-dev
libsmbclient-dev
- libsystemd-journal-dev
+ libsystemd-dev
libtalloc-dev
libtdb-dev
libtevent-dev