]> git.ipfire.org Git - thirdparty/iw.git/commit - Makefile
makefile: allow passing NO_PKG_CONFIG
authorJohannes Berg <johannes.berg@intel.com>
Tue, 23 Apr 2013 13:32:27 +0000 (15:32 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 23 Apr 2013 13:34:10 +0000 (15:34 +0200)
commitd0f5db8626b0a67adfc6d676ac3bd16c1feb1053
treefea975734be0d2471fd0185f7f0ef3862671eeac
parent18bfa32ec1737d04e3220ff6ab90337ce3ad4ff2
makefile: allow passing NO_PKG_CONFIG

To build iw without pkg-config, you can now do something
like

$ make NO_PKG_CONFIG=1 LDFLAGS=-lnl
Makefile