[arch-commits] Commit in elinks/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Mon Feb 1 20:18:45 UTC 2010


    Date: Monday, February 1, 2010 @ 15:18:45
  Author: pierre
Revision: 66858

temporary disable zlib support to workaround FS#18064

Modified:
  elinks/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-01 20:18:35 UTC (rev 66857)
+++ PKGBUILD	2010-02-01 20:18:45 UTC (rev 66858)
@@ -5,12 +5,12 @@
 
 pkgname=elinks
 pkgver=0.11.7
-pkgrel=1
+pkgrel=2
 pkgdesc="An advanced and well-established feature-rich text mode web browser."
 arch=("i686" "x86_64")
 url="http://elinks.or.cz"
 license=('GPL')
-depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'zlib' 'lua>=5.1.1' 'libidn' 'spidermonkey>=1.7.0')
+depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua>=5.1.1' 'libidn' 'spidermonkey>=1.7.0')
 source=("$url/download/${pkgname}-${pkgver}.tar.bz2"
 	"${pkgname}.desktop"
 	'elinks-0.11.3-lua-5.patch'
@@ -35,7 +35,8 @@
   ./configure --prefix=/usr --mandir=/usr/share/man \
               --sysconfdir=/etc \
               --enable-smb --without-x --enable-cgi \
-              --enable-leds --enable-256-colors --enable-html-highlight
+              --enable-leds --enable-256-colors --enable-html-highlight \
+              --without-zlib
  # info: 
  # configure: WARNING: Forcing --disable-smb because of vulnerability CVE-2006-5925.
  # If you want to use SMB, please wait for ELinks 0.12.0 or see bug 844.




More information about the arch-commits mailing list