severity 1056104 wishlist

thanks

Am 16.11.23 um 23:52 schrieb Cyril Brulebois:
LibreOffice features a prompt that pops up every now and then, asking
users to get involved or to donate. I'm not sure asking repeatedly is
reasonable,

Not sure.

We need people who care about portability. upstream definitely does not.

(And the Debian "porters" don't either, at least they are missing in any action. OK, they are probably not in LibreOffices userbase and thus don't see it, but others might..)

and it seems like ENABLE_WASM_STRIP_PINGUSER would be
appropriate to turn that off.

Which would need to be hacked in since it's only flagged by --enable-wasm-strip which as the name says is for WebAssembly (cross-)compile and thus can't be done generically (and strips out a sh*load of stuff)...

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


I am not sure this is worthwile.

Thanks for considering.

Not for oldstable ;-)


Regards,


Rene

Reply via email to