mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
12 lines
500 B
Diff
12 lines
500 B
Diff
diff -Naur libpcap-1.6.2/configure.in libpcap-1.6.2.patch/configure.in
|
|
--- libpcap-1.6.2/configure.in 2014-07-19 15:21:09.000000000 +0200
|
|
+++ libpcap-1.6.2.patch/configure.in 2014-09-06 05:58:33.918837813 +0200
|
|
@@ -459,7 +459,6 @@
|
|
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_SOCKETS,1,[libnl has new-style socket api])
|
|
- V_INCLS="$V_INCLS -I/usr/include/libnl3"
|
|
have_any_nl="yes"
|
|
])
|
|
|