* mark doxygen CROSS
[t2sde.git] / package / network / iproute2 / hotfix-clang.patch
blob5c488805db6b7e89479e75192a80f11db0755c11
1 --- iproute2-6.3.0/configure.vanilla 2023-05-25 23:30:06.440952605 +0200
2 +++ iproute2-6.3.0/configure 2023-05-25 23:30:25.355954695 +0200
3 @@ -447,6 +447,8 @@
4 #include <string.h>
5 int main(int argc, char **argv) {
6 - char dst[10];
7 +#ifdef __clang__
8 + char dstX[10];
9 +#endif
10 strlcpy(dst, "test", sizeof(dst));
11 return 0;