unfs3: Fix libtirpc usage for unfs3-native version

(From OE-Core rev: e37c4f1ff2b440b0a232b0482c136cc9f7b24e0f)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2018-03-12 15:23:53 -07:00
parent 961c26101f
commit 6d71fdbf20

View File

@@ -37,8 +37,8 @@ BBCLASSEXTEND = "native nativesdk"
inherit autotools
EXTRA_OECONF_append_class-native = " --sbindir=${bindir}"
CFLAGS += " -I${STAGING_INCDIR}/tirpc"
LDFLAGS += " -ltirpc"
CFLAGS_append = " -I${STAGING_INCDIR}/tirpc"
LDFLAGS_append = " -ltirpc"
# Turn off these header detects else the inode search
# will walk entire file systems and this is a real problem