We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4769f24 commit 8771440Copy full SHA for 8771440
libelf-0.8.13.build.bash
@@ -22,7 +22,7 @@ cd -
22
23
if [[ ! -f libelf-0.8.13.tar.gz ]] ;
24
then
25
- wget https://fossies.org/linux/misc/old/libelf-0.8.13.tar.gz
+ wget --no-check-certificate https://fossies.org/linux/misc/old/libelf-0.8.13.tar.gz
26
fi
27
28
tar xfv libelf-0.8.13.tar.gz
0 commit comments