summaryrefslogtreecommitdiff
path: root/debian/patches/Don-t-setup-Sleep-Monitor-if-not-booted-with-systemd.patch
diff options
Diffstat (limited to 'debian/patches/Don-t-setup-Sleep-Monitor-if-not-booted-with-systemd.patch')
-rw-r--r--debian/patches/Don-t-setup-Sleep-Monitor-if-not-booted-with-systemd.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/Don-t-setup-Sleep-Monitor-if-not-booted-with-systemd.patch b/debian/patches/Don-t-setup-Sleep-Monitor-if-not-booted-with-systemd.patch
index 12915334e..971b042a9 100644
--- a/debian/patches/Don-t-setup-Sleep-Monitor-if-not-booted-with-systemd.patch
+++ b/debian/patches/Don-t-setup-Sleep-Monitor-if-not-booted-with-systemd.patch
@@ -18,10 +18,10 @@ Closes: #742933
3 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
-index 0f270ce..46da9b8 100644
+index 7bb3779..93adf26 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -467,8 +467,9 @@ fi
+@@ -474,8 +474,9 @@ fi
case $with_suspend_resume in
upower) ;;
systemd)
@@ -33,10 +33,10 @@ index 0f270ce..46da9b8 100644
;;
consolekit)
diff --git a/src/Makefile.am b/src/Makefile.am
-index eea646a..603811b 100644
+index aa35eef..2495bbc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
-@@ -475,6 +475,7 @@ AM_CPPFLAGS += \
+@@ -482,6 +482,7 @@ AM_CPPFLAGS += \
$(SELINUX_CFLAGS) \
$(LIBAUDIT_CFLAGS) \
$(SYSTEMD_LOGIN_CFLAGS) \
@@ -44,7 +44,7 @@ index eea646a..603811b 100644
$(SYSTEMD_JOURNAL_CFLAGS) \
$(SYSTEMD_NM_CFLAGS_PATHS) \
\
-@@ -508,6 +509,7 @@ libNetworkManager_la_LIBADD = \
+@@ -515,6 +516,7 @@ libNetworkManager_la_LIBADD = \
$(GUDEV_LIBS) \
$(LIBNL_LIBS) \
$(SYSTEMD_LOGIN_LIBS) \