Skip to content

Commit fd9fb99

Browse files
committed
i686 patchelf / auditwheel issue fix (revert back to full Qt build)
1 parent 1795159 commit fd9fb99

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker/Dockerfile_i686

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ RUN curl -O -L https://download.qt.io/archive/qt/4.8/4.8.7/qt-everywhere-opensou
77
#manylinux1 is too old to have `nproc`
88
export MAKEFLAGS=-j$(getconf _NPROCESSORS_ONLN) && \
99
#OpenCV only links against QtCore, QtGui, QtTest
10-
./configure -prefix /opt/Qt4.8.7 -release -opensource -confirm-license \
11-
-no-sql-sqlite -no-qt3support -no-xmlpatterns -no-multimedia \
12-
-no-webkit -no-script -no-declarative -no-dbus -make libs && \
10+
./configure -prefix /opt/Qt4.8.7 -release -opensource -confirm-license -make && \
1311
make && \
1412
make install && \
1513
cd .. && \

0 commit comments

Comments
 (0)