summaryrefslogtreecommitdiff
path: root/debian/patches-applied/make_documentation_reproducible.patch
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2020-08-11 22:18:09 +0000
committerSteve Langasek <steve.langasek@canonical.com>2020-08-12 09:22:19 -0700
commit330293703f39f604bca7d6764bc43ae417fe3c07 (patch)
tree984c7593074b1f299aa43bca80ccbf099f2026f6 /debian/patches-applied/make_documentation_reproducible.patch
parentc23a7961f646eee63cfca8558054f5ff4e554411 (diff)
Refresh patches
Diffstat (limited to 'debian/patches-applied/make_documentation_reproducible.patch')
-rw-r--r--debian/patches-applied/make_documentation_reproducible.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-applied/make_documentation_reproducible.patch b/debian/patches-applied/make_documentation_reproducible.patch
index f953b237..ed15df13 100644
--- a/debian/patches-applied/make_documentation_reproducible.patch
+++ b/debian/patches-applied/make_documentation_reproducible.patch
@@ -8,12 +8,12 @@ Index: pam/configure.ac
===================================================================
--- pam.orig/configure.ac
+++ pam/configure.ac
-@@ -556,7 +556,7 @@
+@@ -619,7 +619,7 @@
AC_PATH_PROG([BROWSER], [w3m])
- if test ! -z "$BROWSER"; then
+ if test -n "$BROWSER"; then
- BROWSER="$BROWSER -T text/html -dump"
+ BROWSER="LC_ALL=C.UTF-8 $BROWSER -T text/html -dump"
else
- AC_PATH_PROG([BROWSER], [links])
- if test ! -z "$BROWSER"; then
+ AC_PATH_PROG([BROWSER], [elinks])
+ if test -n "$BROWSER"; then