[packages/ngrep] - add --disable-pcap-restart configure option due to `undefined symbol: pcap_restart' error (thanks

adwol adwol at pld-linux.org
Mon Jul 3 20:56:02 CEST 2017


commit c323c7921a014944068387cfc6be848223a69dc4
Author: Adam Osuchowski <adwol at pld-linux.org>
Date:   Mon Jul 3 20:54:15 2017 +0200

    - add --disable-pcap-restart configure option due to `undefined symbol: pcap_restart' error (thanks to bartml at wp.pl)
    - rel up

 ngrep.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/ngrep.spec b/ngrep.spec
index 599e6e7..4aa04b4 100644
--- a/ngrep.spec
+++ b/ngrep.spec
@@ -2,7 +2,7 @@ Summary:	Networked grep
 Summary(pl.UTF-8):	Sieciowy grep
 Name:		ngrep
 Version:	1.45
-Release:	4
+Release:	5
 License:	BSD
 Group:		Applications/Networking
 Source0:	http://dl.sourceforge.net/ngrep/%{name}-%{version}.tar.bz2
@@ -42,7 +42,8 @@ takim samym stylu jak częściej używane pakiety typu tpcdump czy snoop.
 %{__aclocal}
 %{__autoconf}
 %configure \
-	--enable-ipv6
+	--enable-ipv6 \
+	--disable-pcap-restart
 %{__make} \
 	MAKEFLAGS= \
 	STRIPFLAG=
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ngrep.git/commitdiff/c323c7921a014944068387cfc6be848223a69dc4



More information about the pld-cvs-commit mailing list