Skip to content

Commit 6cd8134

Browse files
committed
Remove Firebird patch for Qt 5.9.0
1 parent 9389f2d commit 6cd8134

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildconfig/configure-5.9.0.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ make -j$CORE_COUNT > /dev/null 2>&1 || make -j$CORE_COUNT
1313
make test > /dev/null 2>&1 || make test
1414
make install > /dev/null 2>&1 || make install
1515
cd ..
16-
sed -i -e 's/"-lgds"/"-lfbclient"/' ../qtbase/src/plugins/sqldrivers/configure.json
1716
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
1817
mkdir -p /opt/extra-dependencies/lib
1918
cp -r /opt/openssl_build_stable /opt/extra-dependencies

0 commit comments

Comments
 (0)