On Sat, 12 Mar 2016, Jan Engelhardt wrote: > >I'm happy to announce ipset 6.28 with a couple of important fixes, some > >compatibility improvements and corrections. > > - Support older pkg-config packages > > Whatever you did, it broke. > > [ 51s] checking for libmnl... no > [ 51s] configure: error: in `/home/abuild/rpmbuild/BUILD/ipset-default-6.28': > [ 51s] configure: error: The pkg-config script could not be found or is too > old. Make sure it > [ 51s] is in your PATH or set the PKG_CONFIG environment variable to the full > [ 51s] path to pkg-config. Does this patch help to solve the problem? diff --git a/configure.ac b/configure.ac index 1988836..b05646b 100644 --- a/configure.ac +++ b/configure.ac @@ -12,6 +12,8 @@ LT_INIT([dlopen]) LT_CONFIG_LTDL_DIR([libltdl]) LTDL_INIT([nonrecursive]) +PKG_PROG_PKG_CONFIG + dnl Shortcut: Linux supported alone case "$host" in *-*-linux* | *-*-uclinux*) ;; Best regards, Jozsef - E-mail : kadlec@xxxxxxxxxxxxxxxxx, kadlecsik.jozsef@xxxxxxxxxxxxx PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt Address : Wigner Research Centre for Physics, Hungarian Academy of Sciences H-1525 Budapest 114, POB. 49, Hungary -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html