aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-12-14 14:05:03 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-12-14 14:07:49 +0200
commit267f259c0dfbd348340d49e9a89b8684b994e22a (patch)
tree643addb590f0914c7cac4aafd3c8c3a54359abe7 /depends
parenteec9366f7dd60e522ab339d69a0052a57598829a (diff)
downloadbitcoin-267f259c0dfbd348340d49e9a89b8684b994e22a.tar.xz
depends: Drop workaround for a fixed bug in Qt build system
The bug reports: - https://bugreports.qt.io/browse/QTBUG-35444 - https://bugreports.qt.io/browse/QTBUG-32519 Fixed in Qt 5.3.0 (the workaround was introduced for Qt 5.2.1).
Diffstat (limited to 'depends')
-rw-r--r--depends/packages/qt.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/depends/packages/qt.mk b/depends/packages/qt.mk
index fdf03e73fc..bf34835e1a 100644
--- a/depends/packages/qt.mk
+++ b/depends/packages/qt.mk
@@ -278,10 +278,7 @@ define $(package)_stage_cmds
$(MAKE) -C src INSTALL_ROOT=$($(package)_staging_dir) $(addsuffix -install_subtargets,$(addprefix sub-,$($(package)_qt_libs))) && cd .. && \
$(MAKE) -C qttools/src/linguist/lrelease INSTALL_ROOT=$($(package)_staging_dir) install_target && \
$(MAKE) -C qttools/src/linguist/lupdate INSTALL_ROOT=$($(package)_staging_dir) install_target && \
- $(MAKE) -C qttranslations INSTALL_ROOT=$($(package)_staging_dir) install_subtargets && \
- if `test -f qtbase/src/plugins/platforms/xcb/xcb-static/libxcb-static.a`; then \
- cp qtbase/src/plugins/platforms/xcb/xcb-static/libxcb-static.a $($(package)_staging_prefix_dir)/lib; \
- fi
+ $(MAKE) -C qttranslations INSTALL_ROOT=$($(package)_staging_dir) install_subtargets
endef
define $(package)_postprocess_cmds