summaryrefslogtreecommitdiffstats
path: root/src/qtwebkit.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-07-16 14:30:44 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-07-16 14:30:44 (GMT)
commitb0e89cbbaf0618a9461428b4d1f68402db907f2d (patch)
treef6f667e91b9d838f33b26b1218b68bc6c18ecf1f /src/qtwebkit.mk
parentfef76ed094cfdd328487c4ad6434327ac90c9997 (diff)
downloadmxe-b0e89cbbaf0618a9461428b4d1f68402db907f2d.zip
mxe-b0e89cbbaf0618a9461428b4d1f68402db907f2d.tar.gz
mxe-b0e89cbbaf0618a9461428b4d1f68402db907f2d.tar.bz2
qt5 modules: remove disabled debug workaround for *.pc files
Diffstat (limited to 'src/qtwebkit.mk')
-rw-r--r--src/qtwebkit.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/qtwebkit.mk b/src/qtwebkit.mk
index 22e4e28..621df85 100644
--- a/src/qtwebkit.mk
+++ b/src/qtwebkit.mk
@@ -17,9 +17,7 @@ endef
define $(PKG)_BUILD_SHARED
# looks for build tools with .exe suffix and tries to use win_flex
$(SED) -i 's,\.exe,,' '$(1)/Tools/qmake/mkspecs/features/functions.prf'
- # invoke qmake with removed debug options as a workaround for
- # https://bugreports.qt-project.org/browse/QTBUG-30898
- cd '$(1)' && mkdir -p .git && '$(PREFIX)/$(TARGET)/qt5/bin/qmake' FLEX=flex CONFIG-='debug debug_and_release'
+ cd '$(1)' && mkdir -p .git && '$(PREFIX)/$(TARGET)/qt5/bin/qmake' FLEX=flex
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef