diff options
author | Koenig, Joerg <Joerg.Koenig@techsat.com> | 2020-04-23 12:17:31 (GMT) |
---|---|---|
committer | Koenig, Joerg <Joerg.Koenig@techsat.com> | 2020-04-23 12:17:31 (GMT) |
commit | e7802dbdf4fe42665dce2bd1259b7d7c7bfffecd (patch) | |
tree | 41eb6237aeb586cdfdf2ebc9ac47264f347d3710 /Makefile.x86-linux | |
parent | 65f96f24f243372c9828847c00390e3b2b860851 (diff) | |
download | Qt-e7802dbdf4fe42665dce2bd1259b7d7c7bfffecd.zip Qt-e7802dbdf4fe42665dce2bd1259b7d7c7bfffecd.tar.gz Qt-e7802dbdf4fe42665dce2bd1259b7d7c7bfffecd.tar.bz2 |
Merged changes from Branch QT_5_14_0refs/changes/34/11034/1
Change-Id: Iabfa3d407e26b80d9a4d2875c0e1e202b4902482
Diffstat (limited to 'Makefile.x86-linux')
-rw-r--r-- | Makefile.x86-linux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.x86-linux b/Makefile.x86-linux index a29e0b7..0bc6b0d 100644 --- a/Makefile.x86-linux +++ b/Makefile.x86-linux @@ -86,6 +86,8 @@ qt.x86-linux.shared: -release \ -opensource \ -strip \ + -silent \ + -no-rpath \ -ssl \ -openssl \ -I$(LOCAL_INST_PATH)/openssl/include \ @@ -127,6 +129,8 @@ qt.x86-linux.static: -strip \ -ssl \ -openssl \ + -silent \ + -no-rpath \ -I$(LOCAL_INST_PATH)/openssl/include \ -L$(LOCAL_INST_PATH)/opensll/lib \ -L$(GCC_PATH)/lib \ |