summarylogtreecommitdiffstats
path: root/remove_check.patch
diff options
context:
space:
mode:
authorAlexey D2020-08-18 09:09:20 +0300
committerAlexey D2020-08-18 09:09:20 +0300
commit19d433f0f213b9ce7cf360607a1820c502daca98 (patch)
treef143e652bf55eb0b29212862ac4eb5223415715f /remove_check.patch
parent3d30530b5a0b2e16854df0caed48ecb8b7223c79 (diff)
downloadaur-19d433f0f213b9ce7cf360607a1820c502daca98.tar.gz
version 2.9.1-1
Diffstat (limited to 'remove_check.patch')
-rw-r--r--remove_check.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/remove_check.patch b/remove_check.patch
new file mode 100644
index 000000000000..ff39df5cb8c3
--- /dev/null
+++ b/remove_check.patch
@@ -0,0 +1,16 @@
+diff --git a/configure.ac b/configure.ac
+index b5f25905..b9a15afb 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -463,11 +463,6 @@ if test "x$enable_zram" = "xyes" \
+ fi
+ fi
+
+- # needs systemd
+- if test -z "$systemdsystemunitdir"; then
+- AC_MSG_ERROR([systemd is required for ZRAM support])
+- fi
+-
+ have_zram="yes"
+
+ if test "$have_kbd" = "yes" -a "$have_swap" = "yes"; then