summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Erik Hanson2010-12-02 11:43:18 +0100
committer Robby Workman2010-12-06 02:59:21 +0100
commitee552d1051014b0d68c0e0cd4b31ba589f997cb9 (patch)
tree92affdc3e81a2ec024d5953ab2d255ba1f8103ab
parentfdc395ccda09478ed3061c6e1419d35c0e38c922 (diff)
downloadslackbuilds-ee552d1051014b0d68c0e0cd4b31ba589f997cb9.tar.gz
network/ngrep: BUILD bump, fixed path to pcap.h.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-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