Date: Saturday, May 4, 2013 @ 16:38:38 Author: thomas Revision: 184230
libpcap - remove superfluous patch Deleted: libpcap/trunk/libnl32.patch ---------------+ libnl32.patch | 19 ------------------- 1 file changed, 19 deletions(-) Deleted: libnl32.patch =================================================================== --- libnl32.patch 2013-05-04 14:38:08 UTC (rev 184229) +++ libnl32.patch 2013-05-04 14:38:38 UTC (rev 184230) @@ -1,19 +0,0 @@ -diff -u -r libpcap-1.2.1/configure.in libpcap-1.2.1-libnl32/configure.in ---- libpcap-1.2.1/configure.in 2012-01-02 01:47:37.000000000 +0100 -+++ libpcap-1.2.1-libnl32/configure.in 2012-02-09 19:29:29.405603749 +0100 -@@ -433,12 +433,13 @@ - # - # Try libnl 2.x first. - # -- AC_CHECK_LIB(nl, nl_socket_alloc, -+ AC_CHECK_LIB(nl-3, nl_socket_alloc, - [ - # - # Yes, we have libnl 2.x. - # -- LIBS="-lnl-genl -lnl $LIBS" -+ LIBS="$(pkg-config --libs libnl-genl-3.0 libnl-3.0) $LIBS" -+ V_INCLS="$V_INCLS $(pkg-config --cflags libnl-genl-3.0 libnl-3.0)" - AC_DEFINE(HAVE_LIBNL,1,[if libnl exists]) - AC_DEFINE(HAVE_LIBNL_2_x,1,[if libnl exists and is version 2.x]) - ],
