You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: Use pkg-config to detect libnl3 header path
The libnl3 header search paths may be specified as '-I' options in
"libnl-3.0.pc" cflags. This patch can now detect it automatically.
The user may set the LIBNL3_CFLAGS environment variable to override
pkg-config detection during build.
If pkg-config is not available, a default include path
"/usr/include/libnl3" will be used.
Signed-off-by: Kang-Che Sung <explorer09@gmail.com>
0 commit comments