Change configure option.

This commit is contained in:
Alexis Lahouze 2018-11-25 22:48:38 +01:00
parent f4fd858b5a
commit c240a8f270
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ RUN wget ftp://mcrypt.hellug.gr/pub/mcrypt/shash/shash-0.2.6.tar.gz \
# Build shash
WORKDIR shash-0.2.6
RUN cp /usr/share/libtool/build-aux/missing ./ \
&& ./configure && make && make install
&& ./configure --build=i686-pc-linux && make && make install
WORKDIR /