dev-qt/qt-creator: disable automagic upx use

Not super interesting and seems to have issues, so just disable
entirely. If users really must they can compress it themselves.

Closes: https://bugs.gentoo.org/961623
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-08-18 00:45:50 -04:00
parent 2ba40c500a
commit 45bab8e3bb
2 changed files with 6 additions and 2 deletions

View File

@@ -199,9 +199,11 @@ src_configure() {
-DBUILD_PLUGIN_SERIALTERMINAL=$(usex serialterminal)
-DENABLE_SVG_SUPPORT=$(usex svg)
$(usev !cmdbridge-server -DGO_BIN=GO_BIN-NOTFOUND) #945925
-DWITH_QMLDESIGNER=$(usex qmldesigner)
$(usev !cmdbridge-server -DGO_BIN=GO_BIN-NOTFOUND) #945925
-DUPX_BIN=UPX_BIN-NOTFOUND #961623
# meant to be in sync with qtbase[journald], but think(?) not worth
# handling given qt-creator can use QT_FORCE_STDERR_LOGGING=1 nowadays
-Djournald=no

View File

@@ -198,9 +198,11 @@ src_configure() {
-DBUILD_PLUGIN_SERIALTERMINAL=$(usex serialterminal)
-DENABLE_SVG_SUPPORT=$(usex svg)
$(usev !cmdbridge-server -DGO_BIN=GO_BIN-NOTFOUND) #945925
-DWITH_QMLDESIGNER=$(usex qmldesigner)
$(usev !cmdbridge-server -DGO_BIN=GO_BIN-NOTFOUND) #945925
-DUPX_BIN=UPX_BIN-NOTFOUND #961623
# meant to be in sync with qtbase[journald], but think(?) not worth
# handling given qt-creator can use QT_FORCE_STDERR_LOGGING=1 nowadays
-Djournald=no