From 62cd85cf2e14c4f451130976d27697b625959d09 Mon Sep 17 00:00:00 2001 From: Joerg Koenig Date: Sun, 12 May 2019 21:21:12 +0200 Subject: Fixed working directories Change-Id: I5c1029bd0ee0a44754c714c2ef4f1f8170cff074 --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9aacb2d..3dd6c1e 100644 --- a/Makefile +++ b/Makefile @@ -68,11 +68,11 @@ qt.x86-linux64.shared: cd $(LOCAL_BUILD_PATH) && \ tar -xJf $(TOP)/SOURCE/qt-everywhere-src-$(VERSION).tar.xz cd $(LOCAL_BUILD_PATH)/qt-everywhere-src-$(VERSION) && \ - gcc --version && \ rm -f config.cache && \ export LDFLAGS=$(CXX_LDFLAGS) && \ bash ./configure \ -recheck-all \ + -platfrom linux-clang \ -prefix $(LOCAL_INST_PATH)/qt-$(VERSION)-shared \ -release \ -opensource \ @@ -93,7 +93,7 @@ qt.x86-linux64.shared: -fontconfig \ -system-freetype \ -confirm-license && \ - make -j$(JOBS) CC=$(CC) CXX=$(CXX) && \ + make -j$(JOBS) && \ make -j$(JOBS) install cd $(LOCAL_INST_PATH)/qt-$(VERSION)-shared && \ tar -zcf $(TOP)/qt-$(VERSION)-shared-$(ARCH).tgz ./ @@ -110,6 +110,7 @@ qt.x86-linux64.static: export LDFLAGS=$(CXX_LDFLAGS) && \ bash ./configure \ -recheck-all \ + -platfrom linux-clang \ -prefix $(LOCAL_INST_PATH)/qt-$(VERSION)-static \ -static \ -release \ @@ -131,7 +132,7 @@ qt.x86-linux64.static: -fontconfig \ -system-freetype \ -confirm-license && \ - make -j$(JOBS) CC=$(CC) CXX=$(CXX) LFLAGS=$(CXX_LDFLAGS) && \ + make -j$(JOBS) && \ make -j$(JOBS) install cd $(LOCAL_INST_PATH)/qt-$(VERSION)-static && \ tar -zcf $(TOP)/qt-$(VERSION)-static-$(ARCH).tgz ./ -- cgit v0.12