bin/oss-fuzz-setup.sh               |    1 +
 codemaker/Executable_pythonmaker.mk |    6 ------
 2 files changed, 1 insertion(+), 6 deletions(-)

New commits:
commit f706c98e506561aa131c8ede6aac6d4f96fcc74d
Author:     Mike Kaganski <[email protected]>
AuthorDate: Wed Oct 1 11:59:16 2025 +0200
Commit:     Mike Kaganski <[email protected]>
CommitDate: Wed Oct 1 14:53:13 2025 +0200

    Some dtoa removal leftovers
    
    Omission from commit b6feccc9a2154336ff4a83fcc62def322cfcbe84
    (Replace dtoa with fast_float for faster string-to-float parsing,
    2025-09-21).
    
    Change-Id: I7d84f6e94db559d722f4e461aa1efcfd44534538
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191715
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <[email protected]>

diff --git a/bin/oss-fuzz-setup.sh b/bin/oss-fuzz-setup.sh
index 7e0822063783..de02087b6b82 100755
--- a/bin/oss-fuzz-setup.sh
+++ b/bin/oss-fuzz-setup.sh
@@ -23,6 +23,7 @@ curl --no-progress-meter -S \
     -C - -O https://dev-www.libreoffice.org/src/$BOOST_TARBALL \
     -C - -O https://dev-www.libreoffice.org/src/$BOX2D_TARBALL \
     -C - -O https://dev-www.libreoffice.org/src/$EXPAT_TARBALL \
+    -C - -O https://dev-www.libreoffice.org/src/$FAST_FLOAT_TARBALL \
     -C - -O https://dev-www.libreoffice.org/src/$LIBJPEG_TURBO_TARBALL \
     -C - -O https://dev-www.libreoffice.org/src/$LCMS2_TARBALL \
     -C - -O https://dev-www.libreoffice.org/src/$LIBEXTTEXTCAT_TARBALL \
diff --git a/codemaker/Executable_pythonmaker.mk 
b/codemaker/Executable_pythonmaker.mk
index f2b4144171e9..0e784d02eb00 100644
--- a/codemaker/Executable_pythonmaker.mk
+++ b/codemaker/Executable_pythonmaker.mk
@@ -13,12 +13,6 @@ $(eval $(call gb_Executable_use_external,pythonmaker,frozen))
 
 $(eval $(call gb_Executable_use_external,pythonmaker,boost_headers))
 
-ifeq ($(DISABLE_DYNLOADING),TRUE)
-$(eval $(call gb_Executable_use_externals,pythonmaker,\
-    dtoa \
-))
-endif
-
 $(eval $(call gb_Executable_use_libraries,pythonmaker,\
     unoidl \
     $(if $(filter TRUE,$(DISABLE_DYNLOADING)),reg) \

Reply via email to