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

Ionut Biru ibiru at archlinux.org
Sun Sep 5 18:57:12 UTC 2010


    Date: Sunday, September 5, 2010 @ 14:57:12
  Author: ibiru
Revision: 89984

upgpkg: wireshark 1.4.0-2
disable python support. it segment faulting the application. FS#20749

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-05 18:17:00 UTC (rev 89983)
+++ PKGBUILD	2010-09-05 18:57:12 UTC (rev 89984)
@@ -3,13 +3,12 @@
 
 pkgname=wireshark
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A free network protocol analyzer for Unix/Linux and Windows"
 arch=('i686' 'x86_64')
 license=('GPL2')
 depends=('gtk2' 'heimdal' 'libpcap' 'bash' 'gnutls' 'libcap')
 makedepends=('bison' 'flex')
-optdepends=('python: to extend Wireshark with Python')
 url="http://www.wireshark.org/"
 install=wireshark.install
 options=(!libtool)
@@ -22,7 +21,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   export CFLAGS="-fno-unit-at-a-time ${CFLAGS}"
 
-  ./configure --prefix=/usr --with-ssl --with-python
+  ./configure --prefix=/usr --with-ssl
   make all
   make DESTDIR=${pkgdir} install
 




More information about the arch-commits mailing list