libnl/lib
Thomas Haller d6f761bc4e build: move copy of linux headers to private directory
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>
2014-09-24 16:00:31 +02:00
..
cli qdisc: avoid calling strstr() with a NULL haystack 2014-08-27 12:56:34 +02:00
fib_lookup Use thread-safe strerror_r() instead of strerror() 2013-02-28 13:07:04 +01:00
genl style: require comma after __ADD() macro 2014-07-27 10:57:31 +02:00
idiag idiag: fix a typo in idiagnl_req_set_ifindex() 2014-09-24 07:50:25 +02:00
netfilter nf: Remove unused function htonll() 2014-08-26 13:09:20 +02:00
route cls: check data before memcpy() it 2014-08-27 13:22:22 +02:00
xfrm xfrm: fix xfrm_sa_msg_parser() to return the value from the callback 2014-08-27 13:00:46 +02:00
.gitignore Added lex.yy.c to .gitignore 2012-08-30 03:19:04 +06:00
addr.c style: require comma after __ADD() macro 2014-07-27 10:57:31 +02:00
attr.c attr: nla_get_u64() should return 0 if the attribute does not fully contain 64 bit 2014-06-25 12:37:58 +02:00
cache.c cache: fix crash in nl_cache_dump_filter() when omitting the params argument 2014-06-10 21:45:52 +02:00
cache_mngr.c cache_mngr: Fix assignment of error code in nl_cache_mngr_alloc() 2014-06-17 17:33:26 +02:00
cache_mngt.c cache_mngt: Make __nl_cache_ops_lookup() static, it was never declared 2014-07-27 11:04:07 +02:00
data.c Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
error.c Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
handlers.c Remove pointless N < 0 checks 2014-08-26 14:12:52 +02:00
hash.c Hash: Properly prefix hash functions 2012-11-10 10:22:26 +01:00
hashtable.c Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
Makefile.am build: move copy of linux headers to private directory 2014-09-24 16:00:31 +02:00
msg.c style: require comma after __ADD() macro 2014-07-27 10:57:31 +02:00
nl.c lib/socket: retry generate local port in nl_connect on ADDRINUSE 2014-05-06 14:34:58 +02:00
object.c lib: reorder free() after printf("%p") statements 2014-06-10 21:45:51 +02:00
socket.c socket: Be correct, time(2) takes a pointer, not an integer 2014-07-27 11:04:07 +02:00
utils.c style: require comma after __ADD() macro 2014-07-27 10:57:31 +02:00
version.c Run-time version information is now available 2012-08-30 03:19:04 +06:00