We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9389f2d commit 6cd8134Copy full SHA for 6cd8134
buildconfig/configure-5.9.0.sh
@@ -13,7 +13,6 @@ make -j$CORE_COUNT > /dev/null 2>&1 || make -j$CORE_COUNT
13
make test > /dev/null 2>&1 || make test
14
make install > /dev/null 2>&1 || make install
15
cd ..
16
-sed -i -e 's/"-lgds"/"-lfbclient"/' ../qtbase/src/plugins/sqldrivers/configure.json
17
OPENSSL_LIBS='-L/opt/openssl_build_stable/lib -lssl -lcrypto' ../configure -prefix $QT_PREFIX -opensource -confirm-license -nomake examples -nomake tests -qt-xcb -openssl-linked -I /opt/openssl_build_stable/include -L /opt/openssl_build_stable/lib
18
mkdir -p /opt/extra-dependencies/lib
19
cp -r /opt/openssl_build_stable /opt/extra-dependencies
0 commit comments