1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-15 05:40:00 +00:00
Files
poky/meta/recipes-devtools
Changqing Li f3ea5898cb 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: 27867862c1fee6c0e649286500fa1ab015d57faf)

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-05-25 22:36:08 +01:00
..
2021-05-11 11:54:26 +01:00
2021-05-09 23:30:15 +01:00
2021-05-09 23:30:16 +01:00
2021-05-21 15:18:23 +01:00
2021-05-09 23:30:15 +01:00
2021-05-09 23:30:15 +01:00
2021-03-20 18:54:56 +00:00
2021-04-18 11:37:25 +01:00
2021-05-01 22:48:17 +01:00
2021-03-31 00:06:23 +01:00
2021-05-14 07:57:27 +01:00
2021-05-09 23:30:15 +01:00
2021-04-18 11:37:26 +01:00
2021-04-23 10:12:10 +01:00
2021-05-02 23:21:42 +01:00
2021-05-17 09:53:15 +01:00
2021-04-23 10:12:10 +01:00
2021-05-02 23:20:12 +01:00
2021-05-09 23:30:16 +01:00
2021-05-16 08:29:59 +01:00
2021-04-26 14:14:42 +01:00
2021-04-18 11:37:25 +01:00
2021-05-06 08:41:26 +01:00
2021-05-11 11:54:26 +01:00
2021-05-25 22:36:08 +01:00
2021-05-18 12:43:00 +01:00