diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 7c3a2aac0..574bb0744 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -79,7 +79,8 @@ TARGET_CFLAGS += $(FPIC) \ CONFIGURE_ARGS += \ --enable-shared \ --enable-static \ - --disable-editline + --disable-editline \ + --disable-static-shell CONFIGURE_VARS += \ config_BUILD_CC="$(HOSTCC)" \