File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RUN echo '#!/bin/sh\narm-linux-gnueabihf-gcc --sysroot /toolchain/rpi-tools/arm-
38
38
&& ln -s ld-linux.so.3 rpi-tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/arm-bcm2708hardfp-linux-gnueabi/sysroot/lib/ld-linux-armhf.so.3
39
39
40
40
# Install 1.0.x alsa-utils which is needed for compilation
41
- RUN curl -O ftp:/ /ftp.alsa-project.org/pub/lib/alsa-lib-1.0.29.tar.bz2 \
41
+ RUN curl -O https://www.mirrorservice.org/sites /ftp.alsa-project.org/pub/lib/alsa-lib-1.0.29.tar.bz2 \
42
42
&& tar xvjf alsa-lib-1.0.29.tar.bz2 && cd alsa-lib-1.0.29 \
43
43
&& CC=arm-linux-gnueabihf-gcc ./configure --host=arm-linux-gnueabihf --disable-python \
44
44
--prefix=/toolchain/rpi-tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/arm-bcm2708hardfp-linux-gnueabi/sysroot \
You can’t perform that action at this time.
0 commit comments