unfs3: Fix libtirpc usage for unfs3-native version

(From OE-Core rev: 2b0617e1e416bd6cd1ec75e55e46c4f699785452)

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 e48e13e1cd
commit 46a64a5b05
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,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