mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user