Change configure option.
This commit is contained in:
parent
f4fd858b5a
commit
c240a8f270
@ -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 /
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user