Skip to content

Commit

Permalink
Patch to use elinks instead of just links
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsotirov committed Oct 25, 2016
1 parent 6c9f479 commit 79fdccf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions linux-pam-1.3.0.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Use elinks instead of links
diff -urNad Linux-PAM-1.3.0-orig/configure.ac Linux-PAM-1.3.0/configure.ac
--- Linux-PAM-1.3.0-orig/configure.ac 2016-04-28 14:21:59.000000000 +0300
+++ Linux-PAM-1.3.0/configure.ac 2016-10-25 22:27:58.000000000 +0300
@@ -558,7 +558,7 @@
if test ! -z "$BROWSER"; then
BROWSER="$BROWSER -T text/html -dump"
else
- AC_PATH_PROG([BROWSER], [links])
+ AC_PATH_PROG([BROWSER], [elinks])
if test ! -z "$BROWSER"; then
BROWSER="$BROWSER -no-numbering -no-references -dump"
else

0 comments on commit 79fdccf

Please sign in to comment.