Files
poky/meta/recipes-devtools
Changqing Li b3f1442221 unfs3: correct configure option
On some new distro like ubuntu21.04, unfs3-native compile failed with
error: undefined reference to `xdr_uint32', since new distro has new
glibc.

>From glibc 2.27 rpc support is dropped, so unfs3 need to link to
libtirpc.

Here is defination of ac_link:
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'

Depended library should be added into LIBS, not LDFLAGS, otherwise,
gcc may not load the lib since it is before conftest.$ac_ext during
configure. Finally, it results in compile failed.

(From OE-Core rev: d0b1807edc10835beff9a55a105ac191b6ac2fe7)

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 27867862c1fee6c0e649286500fa1ab015d57faf)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-03-10 16:39:45 +00:00
..
2021-02-17 11:01:17 +00:00
2022-03-02 00:22:13 +00:00
2021-02-19 11:17:10 +00:00
2021-05-15 17:18:21 +01:00
2021-01-20 22:46:18 +00:00
2021-03-20 18:54:56 +00:00
2022-01-31 21:56:01 +00:00
2021-03-31 00:06:23 +01:00
2022-03-10 16:39:45 +00:00
2020-07-27 19:58:09 +01:00
2021-11-21 11:40:35 +00:00
2021-10-29 11:17:20 +01:00
2020-03-08 08:21:11 +00:00
2020-12-31 11:53:26 +00:00
2021-01-01 23:15:13 +00:00
2021-07-20 19:05:45 +01:00
2020-06-09 13:13:59 +01:00
2021-06-03 16:31:02 +01:00
2021-11-21 11:40:34 +00:00
2022-02-10 13:25:48 +00:00
2021-11-24 21:12:46 +00:00
2021-05-04 22:57:51 +01:00
2022-03-10 16:39:45 +00:00
2021-03-01 11:12:16 +00:00
2022-03-10 16:39:45 +00:00
2021-03-06 22:39:04 +00:00