openwrt-routing/ndppd/patches
Martin Strobel 9333cdff05 ndppd: fix compile error with musl
Error:
src/logger.cc: In static member function 'static std::string ndppd::logger::err()':
src/logger.cc:86:22: error: could not convert 'strerror_r((*__errno_location()), ((char*)(& buf)), sizeof (buf))'
                            from 'int' to 'std::string {aka std::basic_string<char>}'
    return strerror_r(errno, buf, sizeof(buf));

Added and modified some patches from
eb81b8f2d6...navossoc:master
(See https://github.com/DanielAdolfsson/ndppd/issues/40 for details)

Compile-tested: octeon + mpc85xx openwrt master, musl + uclibc++
                octeon openwrt master, glibc + libstdc++

Run-tested: octeon openwrt master, musl + uclibc++

Signed-off-by: Martin Strobel <arctus@crza.de>
2018-08-12 18:03:38 +02:00
..
0001-Version-bump.patch ndppd: fix compile error with musl 2018-08-12 18:03:38 +02:00
0002-Fixes-strerror_r-GNU-XSI.patch ndppd: fix compile error with musl 2018-08-12 18:03:38 +02:00
0003-fix-poll-header.patch ndppd: fix compile error with musl 2018-08-12 18:03:38 +02:00