summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2010-12-02 04:43:18 -0600
committer Robby Workman <rworkman@slackbuilds.org>2010-12-05 19:59:21 -0600
commitee552d1051014b0d68c0e0cd4b31ba589f997cb9 (patch)
tree92affdc3e81a2ec024d5953ab2d255ba1f8103ab /network
parentfdc395ccda09478ed3061c6e1419d35c0e38c922 (diff)
downloadslackbuilds-ee552d1051014b0d68c0e0cd4b31ba589f997cb9.tar.gz
slackbuilds-ee552d1051014b0d68c0e0cd4b31ba589f997cb9.tar.xz
network/ngrep: BUILD bump, fixed path to pcap.h.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/ngrep/ngrep.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/ngrep/ngrep.SlackBuild b/network/ngrep/ngrep.SlackBuild
index 1109f8baa0..fb7bac73de 100644
--- a/network/ngrep/ngrep.SlackBuild
+++ b/network/ngrep/ngrep.SlackBuild
@@ -6,7 +6,7 @@
PRGNAM=ngrep
VERSION=${VERSION:-1.45}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -72,7 +72,7 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-ipv6=${NGREP_IPV6} \
- --with-pcap-includes=/usr/include \
+ --with-pcap-includes=/usr/include/pcap \
--disable-static \
--build=$ARCH-slackware-linux