diff mbox series

update INSTALL to add library libnfnetlink

Message ID 20171014125145.8336-1-harshasharmaiitr@gmail.com
State Changes Requested
Delegated to: Pablo Neira
Headers show
Series update INSTALL to add library libnfnetlink | expand

Commit Message

Harsha Sharma Oct. 14, 2017, 12:51 p.m. UTC
configure.ac checks for libnfnetlink(>=1.0) library

Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
---
 INSTALL | 1 +
 1 file changed, 1 insertion(+)

Comments

Pablo Neira Ayuso Oct. 17, 2017, 1:07 p.m. UTC | #1
On Sat, Oct 14, 2017 at 06:21:45PM +0530, Harsha Sharma wrote:
> configure.ac checks for libnfnetlink(>=1.0) library
> 
> Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
> ---
>  INSTALL | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/INSTALL b/INSTALL
> index d62b428c..d28ea5c1 100644
> --- a/INSTALL
> +++ b/INSTALL
> @@ -11,6 +11,7 @@ iptables uses the well-known configure(autotools) infrastructure.
>  Prerequisites
>  =============
>  
> +	* libnfnetlink

OK, but this is optional, please try to compile this without
libnfnetlink and see what it happens. IIRC, this is only needed by
nfnl_osf.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/INSTALL b/INSTALL
index d62b428c..d28ea5c1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,6 +11,7 @@  iptables uses the well-known configure(autotools) infrastructure.
 Prerequisites
 =============
 
+	* libnfnetlink
 	* no kernel-source required
 
 	* but obviously a compiler, glibc-devel and linux-kernel-headers