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.x86-linux | |
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.x86-linux')
-rw-r--r-- | Makefile.x86-linux | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.x86-linux b/Makefile.x86-linux index 0bc6b0d..7aa0b22 100644 --- a/Makefile.x86-linux +++ b/Makefile.x86-linux @@ -87,7 +87,6 @@ qt.x86-linux.shared: -opensource \ -strip \ -silent \ - -no-rpath \ -ssl \ -openssl \ -I$(LOCAL_INST_PATH)/openssl/include \ @@ -130,7 +129,6 @@ qt.x86-linux.static: -ssl \ -openssl \ -silent \ - -no-rpath \ -I$(LOCAL_INST_PATH)/openssl/include \ -L$(LOCAL_INST_PATH)/opensll/lib \ -L$(GCC_PATH)/lib \ |