|
@@ -1,16 +1,19 @@
|
|
Remove hardcoded path to libnl3 include directory
|
|
Remove hardcoded path to libnl3 include directory
|
|
|
|
|
|
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
|
|
+[Gustavo: update for 1.7.2]
|
|
|
|
|
|
-Index: b/configure.in
|
|
|
|
-===================================================================
|
|
|
|
---- a/configure.in
|
|
|
|
-+++ b/configure.in
|
|
|
|
-@@ -445,7 +445,6 @@
|
|
|
|
|
|
+diff -Nura libpcap-1.7.2.orig/configure.in libpcap-1.7.2/configure.in
|
|
|
|
+--- libpcap-1.7.2.orig/configure.in 2015-03-11 10:02:44.416189921 -0300
|
|
|
|
++++ libpcap-1.7.2/configure.in 2015-03-11 10:03:03.967633673 -0300
|
|
|
|
+@@ -466,9 +466,8 @@
|
|
AC_DEFINE(HAVE_LIBNL_3_x,1,[if libnl exists and is version 3.x])
|
|
AC_DEFINE(HAVE_LIBNL_3_x,1,[if libnl exists and is version 3.x])
|
|
AC_DEFINE(HAVE_LIBNL_NLE,1,[libnl has NLE_FAILURE])
|
|
AC_DEFINE(HAVE_LIBNL_NLE,1,[libnl has NLE_FAILURE])
|
|
AC_DEFINE(HAVE_LIBNL_SOCKETS,1,[libnl has new-style socket api])
|
|
AC_DEFINE(HAVE_LIBNL_SOCKETS,1,[libnl has new-style socket api])
|
|
-- V_INCLS="$V_INCLS -I/usr/include/libnl3"
|
|
|
|
|
|
+- V_INCLS="$V_INCLS ${incdir}"
|
|
have_any_nl="yes"
|
|
have_any_nl="yes"
|
|
- ])
|
|
|
|
|
|
+- ],[], ${incdir} ${libnldir} -lnl-genl-3 -lnl-3 )
|
|
|
|
++ ],[], ${libnldir} -lnl-genl-3 -lnl-3 )
|
|
|
|
|
|
|
|
+ if test x$have_any_nl = xno ; then
|
|
|
|
+ #
|