Fix solaris build
Fixes enabling of fPIC that got removed as a side-effect of commit 39fc377bf
.
Fixes: QTBUG-83949
Change-Id: I2bed7edb5b1f97192cbcf9e12dd927a17803d864
Pick-to: 5.15
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
af96dc62c8
commit
ca33e7a740
@ -6,6 +6,7 @@ QMAKE_PLATFORM += solaris
|
||||
|
||||
include(unix.conf)
|
||||
|
||||
QMAKE_CFLAGS_PIC = -fPIC
|
||||
QMAKE_CFLAGS_THREAD = -D_REENTRANT
|
||||
QMAKE_CXXFLAGS_THREAD = $$QMAKE_CFLAGS_THREAD
|
||||
QMAKE_LFLAGS_GCSECTIONS = -Wl,-z,ignore
|
||||
|
Loading…
Reference in New Issue
Block a user