summaryrefslogtreecommitdiff
path: root/debian/patches/0045-disable_lock_test_at_build_time.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2020-08-25 22:06:56 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2020-08-25 22:06:56 +0200
commit671fe4da5ab40cd997b6001ab0c4a7af87bac318 (patch)
treeec0fe6647b0150f50e1959c7e239072c1b0f17df /debian/patches/0045-disable_lock_test_at_build_time.patch
parente831dc180e98b8455618389e3a1f4d38a6c6e161 (diff)
New patches; Use --enable-locking instead --disable-locking, Add libpoppler-glib-dev & python3-minimal to Build-Depends
Diffstat (limited to 'debian/patches/0045-disable_lock_test_at_build_time.patch')
-rw-r--r--debian/patches/0045-disable_lock_test_at_build_time.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/0045-disable_lock_test_at_build_time.patch b/debian/patches/0045-disable_lock_test_at_build_time.patch
new file mode 100644
index 0000000..442798b
--- /dev/null
+++ b/debian/patches/0045-disable_lock_test_at_build_time.patch
@@ -0,0 +1,21 @@
+Index: trunk/acinclude.m4
+===================================================================
+--- trunk.orig/acinclude.m4
++++ trunk/acinclude.m4
+@@ -359,11 +359,11 @@ AC_DEFUN([SANE_CHECK_LOCKING],
+ touch sanetest.file
+ chgrp $LOCKPATH_GROUP sanetest.file 2>/dev/null || lasterror=$?
+ rm -f sanetest.file
+- if test ! -z "$lasterror"; then
+- AC_MSG_WARN([Group $LOCKPATH_GROUP does not exist on this system.])
+- AC_MSG_WARN([Locking feature will be disabled.])
+- use_locking=no
+- fi
++# if test ! -z "$lasterror"; then
++# AC_MSG_WARN([Group $LOCKPATH_GROUP does not exist on this system.])
++# AC_MSG_WARN([Locking feature will be disabled.])
++# use_locking=no
++# fi
+ fi
+ if test $use_locking = yes ; then
+ INSTALL_LOCKPATH=install-lockpath