]> git.ipfire.org Git - thirdparty/iw.git/commit
Fix linking with libnl-3
authorGilles Espinasse <g.esp@free.fr>
Tue, 8 Nov 2011 08:09:43 +0000 (09:09 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 8 Nov 2011 08:05:10 +0000 (09:05 +0100)
commit15bc193a926ec67e25de175f7dfe45df8cbd3e9a
tree4a8aebf0c128f234e3a0e92c0141f837b959610d
parent08ec4c6b6820348d1c40c68c45c64221e4802db2
Fix linking with libnl-3

iw3.2 fail to link libnl-3.2.2 with this error
/usr/bin/ld: cannot find -lnl-genl

Contrary to previous libnl version, on v3 there is a dedicated libnl-genl-3.0.pc file
Simply use that.

Signed-off-by: Gilles Espinasse <g.esp@free.fr>
Makefile