Package: links
Version: 0.99+1.00pre12-1.3
Severity: normal
Tags: patch
It's easy to enable JavaScript support for links, and basic
JS/ECMAScript support would really go a long way given all of the dumb
pages on the web that require it (for things like following links or
submitting forms).
It's as easy as a one-line patch, as you'll see, to add
"--enable-javascript" to the ./configure arguments.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-vserver-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages links depends on:
ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries
ii libgpmg1 1.19.6-25 General Purpose Mouse - shared lib
links recommends no packages.
-- no debconf information
diff -urN links-0.99+1.00pre12/debian/rules
links-0.99+1.00pre12+with-ecmascript/debian/rules
--- links-0.99+1.00pre12/debian/rules 2007-06-12 16:16:05.000000000 +0200
+++ links-0.99+1.00pre12+with-ecmascript/debian/rules 2007-06-12
16:19:15.000000000 +0200
@@ -20,7 +20,7 @@
# make sure Makefile.in is newer than Makefile.am
touch Makefile.in
- ./configure --without-ssl --prefix=/usr --mandir=\$${prefix}/share/man
+ ./configure --without-ssl --enable-javscript --prefix=/usr
--mandir=\$${prefix}/share/man
# Add here commands to compile the package.
$(MAKE)