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

Pierre Schmitz pierre at archlinux.org
Mon Feb 15 07:19:28 UTC 2010


    Date: Monday, February 15, 2010 @ 02:19:27
  Author: pierre
Revision: 68924

upgpkg: wireshark 1.2.6-2
disable zlib support; see FS#18061

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-15 04:05:24 UTC (rev 68923)
+++ PKGBUILD	2010-02-15 07:19:27 UTC (rev 68924)
@@ -3,7 +3,7 @@
 
 pkgname=wireshark
 pkgver=1.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A free network protocol analyzer for Unix/Linux and Windows"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -21,7 +21,7 @@
   patch -Np1 -i $srcdir/wireshark-1.1.2--as-needed.patch || return 1
   autoreconf -f -i || return 1
 
-  ./configure --prefix=/usr --with-ssl || return 1
+  ./configure --prefix=/usr --with-ssl --without-zlib || return 1
   make all || return 1
   make DESTDIR=${pkgdir} install || return 1
 




More information about the arch-commits mailing list