diff options
-rw-r--r-- | network/ngrep/ngrep.SlackBuild | 4 |
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 |