]> git.pld-linux.org Git - packages/libpcap.git/blob - libpcap-libnl.patch
- updated to 1.8.1
[packages/libpcap.git] / libpcap-libnl.patch
1 --- libpcap-1.8.1/configure.ac.orig     2015-07-05 13:45:40.844741072 +0200
2 +++ libpcap-1.8.1/configure.ac  2015-07-05 14:14:49.988000998 +0200
3 @@ -458,9 +458,9 @@
4  
5                  incdir=-I/usr/include/libnl3
6                  libnldir=
7 -                if test x$withval != x ; then
8 -                  libnldir=-L${withval}/lib/.libs
9 -                  incdir=-I${withval}/include
10 +                if test x$with_libnl != x -a x$with_libnl != xyes; then
11 +                  libnldir=-L${with_libnl}/lib/.libs
12 +                  incdir=-I${with_libnl}/include
13                  fi
14  
15                 #
This page took 0.090795 seconds and 3 git commands to generate.