Skip to content

Commit

Permalink
Use latest versions of config.guess and config.sub
Browse files Browse the repository at this point in the history
They have the most up-to-date features and support a
greater number of devices.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
Lee Jones committed Jul 12, 2018
1 parent 68e421d commit dd823dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 1.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ RUN apk add --no-cache --virtual egg-deps tcl-dev wget ca-certificates make tar
&& rm eggdrop-1.8.3.tar.gz.asc \
&& tar -zxvf eggdrop-1.8.3.tar.gz \
&& rm eggdrop-1.8.3.tar.gz \
&& wget http://git.savannah.gnu.org/cgit/config.git/plain/config.guess \
&& wget http://git.savannah.gnu.org/cgit/config.git/plain/config.sub \
&& mv config.guess config.sub eggdrop-1.8.3/misc \
&& ( cd eggdrop-1.8.3 \
&& ./configure \
&& make config \
Expand Down

0 comments on commit dd823dd

Please sign in to comment.