summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoenig, Joerg <Joerg.Koenig@techsat.com>2019-10-31 09:51:12 (GMT)
committerKoenig, Joerg <Joerg.Koenig@techsat.com>2019-10-31 09:51:12 (GMT)
commitc3e055c37a4916b96840f4c54eae40595cf648cf (patch)
tree3b3f85820f8cd2452144d3c390ff9cbaa168906a
parenta7acad50257a0b8ea1c7f5c809b1e502e5131f48 (diff)
downloadQt-c3e055c37a4916b96840f4c54eae40595cf648cf.zip
Qt-c3e055c37a4916b96840f4c54eae40595cf648cf.tar.gz
Qt-c3e055c37a4916b96840f4c54eae40595cf648cf.tar.bz2
Revert "Option --force-local not supported on windows"
This reverts commit 14cfb648a2a4b7228a6e215f23da03f1832ab5ea.
-rw-r--r--Makefile.mingw642
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw64 b/Makefile.mingw64
index 717f305..aea36c7 100644
--- a/Makefile.mingw64
+++ b/Makefile.mingw64
@@ -92,7 +92,7 @@ qt.$(ARCH):
$(QT_INST_PATH)/bin/qt-openssl.exe
cp -f $(GCC_PATH)/../x86_64-w64-mingw32/bin/libwinpthread-1.dll $(QT_INST_PATH)/bin/
cd $(QT_INST_PATH)/ && \
- tar -zcf $(TOP)/$(PACKAGE_NAME).tgz ./
+ tar --force-local -zcf $(TOP)/$(PACKAGE_NAME).tgz ./
rm -Rf $(QT_INST_PATH)
rm -Rf $(QT_SRC_PATH)