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

Ionut Biru ibiru at archlinux.org
Sun Nov 21 11:19:30 UTC 2010


    Date: Sunday, November 21, 2010 @ 06:19:29
  Author: ibiru
Revision: 100194

upgpkg: wireshark 1.4.2-2
disable zlib. FS#19769

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-21 11:08:38 UTC (rev 100193)
+++ PKGBUILD	2010-11-21 11:19:29 UTC (rev 100194)
@@ -4,7 +4,7 @@
 pkgname=(wireshark-cli wireshark-gtk)
 pkgbase=wireshark
 pkgver=1.4.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL2')
 makedepends=('bison' 'flex' 'gtk2' 'heimdal' 'libpcap' 'bash' 'gnutls' 'libcap')
@@ -17,7 +17,7 @@
   cd "${srcdir}/${pkgbase}-${pkgver}"
   export CFLAGS="-fno-unit-at-a-time ${CFLAGS}"
 
-  ./configure --prefix=/usr --with-ssl
+  ./configure --prefix=/usr --with-ssl --with-zlib=no
   make all
 }
 




More information about the arch-commits mailing list