summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb4
1 files 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 8a76e5d0e8..a3d3160b97 100644
--- a/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb
+++ b/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb
@@ -36,8 +36,8 @@ BBCLASSEXTEND = "native nativesdk"
36 36
37inherit autotools 37inherit autotools
38EXTRA_OECONF_append_class-native = " --sbindir=${bindir}" 38EXTRA_OECONF_append_class-native = " --sbindir=${bindir}"
39CFLAGS += " -I${STAGING_INCDIR}/tirpc" 39CFLAGS_append = " -I${STAGING_INCDIR}/tirpc"
40LDFLAGS += " -ltirpc" 40LDFLAGS_append = " -ltirpc"
41 41
42# Turn off these header detects else the inode search 42# Turn off these header detects else the inode search
43# will walk entire file systems and this is a real problem 43# will walk entire file systems and this is a real problem