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

Thomas Bächler thomas at archlinux.org
Thu Aug 13 11:54:42 UTC 2015


    Date: Thursday, August 13, 2015 @ 13:54:42
  Author: thomas
Revision: 243396

upgpkg: libpcap 1.7.4-1

Modified:
  libpcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-13 11:43:08 UTC (rev 243395)
+++ PKGBUILD	2015-08-13 11:54:42 UTC (rev 243396)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 
 pkgname=libpcap
-pkgver=1.6.2
+pkgver=1.7.4
 pkgrel=1
 pkgdesc="A system-independent interface for user-level packet capture"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('flex' 'bluez-libs')
 source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz{,.sig}
         mgmt.h)
-sha256sums=('5db3e2998f1eeba2c76da55da5d474248fe19c44f49e15cac8a796a2c7e19690'
+sha256sums=('7ad3112187e88328b85e46dce7a9b949632af18ee74d97ffc3f2b41fe7f448b0'
             'SKIP'
             '7c85da5330ce7ecb6934795c02c652b9e344461302cf74804a4692c3e2e1e7e2')
 validpgpkeys=('1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D')  # The Tcpdump Group
@@ -24,7 +24,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  CFLAGS="$CFLAGS -I${srcdir}/include" \
+  CFLAGS="$CFLAGS -I${srcdir}/include $(pkg-config libnl-genl-3.0 --cflags)" \
   ./configure --prefix=/usr \
     --enable-ipv6 \
     --enable-bluetooth \



More information about the arch-commits mailing list