tag 1056104 + wonffix
thanks

Hi,

Am 17.11.23 um 18:30 schrieb Rene Engelhard:
So it would boil down to

rene@frodo:~/LibreOffice/git/master/debian$ git diff rules
diff --git a/rules b/rules
index e7152c60..ed7a8157 100755
--- a/rules
+++ b/rules
@@ -2247,6 +2247,7 @@ config_host.mk:
         MARIADBCONFIG=$(MARIADBCONFIG) \
        FIREBIRD_CFLAGS=$(FIREBIRD_CFLAGS) FIREBIRD_LIBS=$(FIREBIRD_LIBS) \
         ./autogen.sh $(CONFIGURE_FLAGS)
+       sed -i "s/ENABLE_WASM_STRIP_PINGUSER 0/ENABLE_WASM_STRIP_PINGUSER 1/" config_host/config_wasm_strip.h

  build:
         $(CURDIR)/debian/rules build-arch
@@ -2270,6 +2271,7 @@ ifeq "$(BUILD_NOGUI_PACKAGES)" "y"
                 --without-doxygen --without-javadoc \
                 --with-galleries=no --with-theme="$(DEFAULT_IMAGE)" \
                --disable-gui --disable-introspection --disable-qt5 --disable-kf5 +       sed -i "s/ENABLE_WASM_STRIP_PINGUSER 0/ENABLE_WASM_STRIP_PINGUSER 1/" config_host/config_wasm_strip.h

        PATH=$(BUILD_PATH) LD_LIBRARY_PATH=$(BUILD_LD_LIBRARY_PATH) ARCH_FLAGS=$(ARCH_FLAGS) TMP=`mktemp -q -d` $(MAKE) build-non-l10n-only

That is actually not enough, one also needs to add a similar line for config_host.mk to be more complete and disable the affected lib.

sed -i "s/ENABLE_WASM_STRIP_PINGUSER=$$/ENABLE_WASM_STRIP_PINGUSER=TRUE/" config_host.mk

But AFAICS both of this also affects the "Tip of the day", so I am even more relucatant to actually set this..

Regards,

Rene



I am not sure this is worthwile.

  Thanks for considering.

Not for oldstable ;-)


Regards,


Rene


Reply via email to