mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-11-30 21:50:54 +00:00
d6f761bc4e
libnl3 contains a private copy of some kernel header files. Normally, users are expected to install libnl and specify -I$PREFIX/include/libnl3 as include path. As the private kernel header files are not installed, this works fine. However, it can be convenient to build against the libnl source directory, without installing libnl. In this case, the private kernel header files shaddow the system provided ones. This is undesired. Move these files to a different directory to avoid this clash. http://lists.infradead.org/pipermail/libnl/2014-September/001645.html Signed-off-by: Thomas Haller <thaller@redhat.com> Acked-by: Thomas Graf <tgraf@suug.ch> |
||
---|---|---|
.. | ||
.gitignore | ||
check-addr.c | ||
check-all.c | ||
check-attr.c | ||
Makefile.am | ||
test-cache-mngr.c | ||
test-complex-HTB-with-hash-filters.c | ||
test-create-bond.c | ||
test-create-bridge.c | ||
test-create-ifb.c | ||
test-create-ip6tnl.c | ||
test-create-ipgre.c | ||
test-create-ipip.c | ||
test-create-ipvti.c | ||
test-create-macvlan.c | ||
test-create-sit.c | ||
test-create-veth.c | ||
test-create-vlan.c | ||
test-create-vxlan.c | ||
test-delete-link.c | ||
test-genl.c | ||
test-nf-cache-mngr.c | ||
test-socket-creation.c | ||
test-u32-filter-with-actions.c | ||
util.h |