summaryrefslogtreecommitdiff
path: root/src/stage3/patches/libpcap.patch
blob: 0316c316b344a3a50b2b1852e42b018c854ae1d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/PKGBUILD	2018-03-17 15:18:06.301643296 +0100
+++ b/PKGBUILD	2018-03-17 15:19:31.298809846 +0100
@@ -10,7 +10,7 @@ arch=('x86_64')
 url='http://www.tcpdump.org/'
 license=('BSD')
 depends=('glibc' 'libnl' 'sh' 'libusbx' 'dbus')
-makedepends=('flex' 'bluez-libs')
+makedepends=('flex')
 source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz{,.sig}
         mgmt.h
         disable-remote.diff)
@@ -33,7 +33,6 @@ build() {
   CFLAGS="$CFLAGS -I${srcdir}/include $(pkg-config libnl-genl-3.0 --cflags)" \
   ./configure --prefix=/usr \
     --enable-ipv6 \
-    --enable-bluetooth \
     --with-libnl
   make
 }