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

Ionut Biru ibiru at archlinux.org
Sat Aug 27 08:35:29 UTC 2011


    Date: Saturday, August 27, 2011 @ 04:35:28
  Author: ibiru
Revision: 136352

add libgcrypt to dependency FS#25781. drop the CFLAGS flag, it was added back in 2008 and i didn't found any reason to have it

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-27 04:08:31 UTC (rev 136351)
+++ PKGBUILD	2011-08-27 08:35:28 UTC (rev 136352)
@@ -4,10 +4,10 @@
 pkgname=(wireshark-cli wireshark-gtk)
 pkgbase=wireshark
 pkgver=1.6.1
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libpcap' 'bash' 'gnutls' 'libcap' 'lua')
+makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'lua')
 url="http://www.wireshark.org/"
 options=(!libtool)
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
@@ -15,7 +15,6 @@
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
-  export CFLAGS="-fno-unit-at-a-time ${CFLAGS}"
 
   ./configure \
       --prefix=/usr \
@@ -27,7 +26,7 @@
 
 package_wireshark-cli() {
   pkgdesc="A free network protocol analyzer for Unix/Linux and Windows - CLI version"
-  depends=('krb5' 'libpcap' 'bash' 'gnutls' 'libcap' 'glib2' 'lua')
+  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
   install=wireshark.install
   conflicts=(wireshark)
 




More information about the arch-commits mailing list