提交 fd9fb99f 编写于 作者: O Olli-Pekka Heinisuo

i686 patchelf / auditwheel issue fix (revert back to full Qt build)

上级 1795159d
......@@ -7,9 +7,7 @@ RUN curl -O -L https://download.qt.io/archive/qt/4.8/4.8.7/qt-everywhere-opensou
#manylinux1 is too old to have `nproc`
export MAKEFLAGS=-j$(getconf _NPROCESSORS_ONLN) && \
#OpenCV only links against QtCore, QtGui, QtTest
./configure -prefix /opt/Qt4.8.7 -release -opensource -confirm-license \
-no-sql-sqlite -no-qt3support -no-xmlpatterns -no-multimedia \
-no-webkit -no-script -no-declarative -no-dbus -make libs && \
./configure -prefix /opt/Qt4.8.7 -release -opensource -confirm-license -make && \
make && \
make install && \
cd .. && \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册