diff options
author | Koenig, Joerg <Joerg.Koenig@techsat.com> | 2020-04-28 06:03:04 (GMT) |
---|---|---|
committer | Koenig, Joerg <Joerg.Koenig@techsat.com> | 2020-04-28 06:03:04 (GMT) |
commit | 6601bc37084fc4dfcf13d473c507d1ebd0d511e1 (patch) | |
tree | 46fb4833e25a3005edb49081d7fc9091e08dafe7 /Makefile | |
parent | c859be3ae14d322ffb6693973ba58800d36bfec2 (diff) | |
download | Qt-6601bc37084fc4dfcf13d473c507d1ebd0d511e1.zip Qt-6601bc37084fc4dfcf13d473c507d1ebd0d511e1.tar.gz Qt-6601bc37084fc4dfcf13d473c507d1ebd0d511e1.tar.bz2 |
Merged from origin/masterrefs/changes/21/11121/1
Change-Id: Id41004ef96115a131272e331251a5bd078038753
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -86,9 +86,7 @@ qt.x86-linux64.shared: -prefix $(LOCAL_INST_PATH)/qt-$(VERSION)-shared \ -release \ -opensource \ - -no-rpath \ -silent \ - -no-rpath \ -strip \ -ssl \ -openssl \ @@ -134,7 +132,6 @@ qt.x86-linux64.static: -ssl \ -openssl \ -silent \ - -no-rpath \ -I$(LOCAL_INST_PATH)/openssl/include \ -L$(LOCAL_INST_PATH)/opensll/lib \ -L$(GCC_PATH)/lib64 \ |