Skip to content

Commit

Permalink
i686 patchelf / auditwheel issue fix (revert back to full Qt build)
Browse files Browse the repository at this point in the history
  • Loading branch information
skvark committed Aug 29, 2019
1 parent 1795159 commit fd9fb99
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile_i686
Original file line number Diff line number Diff line change
Expand Up @@ -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 .. && \
Expand Down

0 comments on commit fd9fb99

Please sign in to comment.