diff --git a/conf/distro/include/openharmony.inc b/conf/distro/include/openharmony.inc
index de396b9c00d86cf23759b99c80465c7eeccc285d..f5631e7c1f562dc503275d1eb97a8d1295926890 100644
--- a/conf/distro/include/openharmony.inc
+++ b/conf/distro/include/openharmony.inc
@@ -25,6 +25,9 @@ PREFERRED_VERSION_openharmony-standard = "${OPENHARMONY_VERSION}"
 # clang_rt.profile library is used in openharmony-standard build
 PACKAGECONFIG:pn-compiler-rt:append:df-openharmony = " profile"
 
+# libfts.a is used in openharmony-standard build
+DISABLE_STATIC:pn-fts:df-openharmony = ""
+
 require openssl.inc
 require java.inc
 require musl-ldso-paths.inc