From 5c47970e33a864c8387bac797bdc902c1aa49b29 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 12 Mar 2018 15:23:53 -0700 Subject: unfs3: Fix libtirpc usage for unfs3-native version (From OE-Core rev: 955c4855130ee01e20a9e7f5a76ffee75d77ebe3) Signed-off-by: Richard Purdie --- meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb b/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb index fd9a5cddb2..0069425d23 100644 --- a/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb +++ b/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb @@ -33,8 +33,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 -- cgit v1.2.3-54-g00ecf