File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
kinesis-video-native-build Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ if [ ! -f $DOWNLOADS/local/lib/liblog4cplus.dylib ]; then
210210 echo " log4cplus lib not found. Installing"
211211 if [ ! -f $DOWNLOADS /log4cplus-1.2.0.tar.xz ]; then
212212 cd $DOWNLOADS
213- $SYS_CURL -L $addl_curl_args " http ://sourceforge.net/projects /log4cplus/files/log4cplus-stable/1.2.0 /log4cplus-1.2.0.tar.xz" -o " log4cplus-1.2.0.tar.xz"
213+ $SYS_CURL -L $addl_curl_args " https ://github.com/log4cplus /log4cplus/releases/download/REL_1_2_0 /log4cplus-1.2.0.tar.xz" -o " log4cplus-1.2.0.tar.xz"
214214 fi
215215 cd $DOWNLOADS
216216 tar -xvf log4cplus-1.2.0.tar.xz
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ if [ ! -f $DOWNLOADS/local/lib/liblog4cplus.dylib ]; then
5050 echo " log4cplus lib not found. Installing"
5151 if [ ! -f $DOWNLOADS /log4cplus-1.2.0.tar.xz ]; then
5252 cd $DOWNLOADS
53- curl -L " https://sourceforge.net/projects /log4cplus/files/log4cplus-stable/1.2.0 /log4cplus-1.2.0.tar.xz" -o " log4cplus-1.2.0.tar.xz"
53+ curl -L " https://github.com/log4cplus /log4cplus/releases/download/REL_1_2_0 /log4cplus-1.2.0.tar.xz" -o " log4cplus-1.2.0.tar.xz"
5454 fi
5555 cd $DOWNLOADS
5656 tar -xvf log4cplus-1.2.0.tar.xz
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ if [ ! -f ${MINGW_PREFIX}/lib/liblog4cplus.dll.a ]; then
140140 echo " log4cplus lib not found. Installing"
141141 if [ ! -f $DOWNLOADS /log4cplus-1.2.0.tar.xz ]; then
142142 cd $DOWNLOADS
143- curl -L " https://sourceforge.net/projects /log4cplus/files/log4cplus-stable/1.2.0 /log4cplus-1.2.0.tar.xz" -o " log4cplus-1.2.0.tar.xz"
143+ curl -L " https://github.com/log4cplus /log4cplus/releases/download/REL_1_2_0 /log4cplus-1.2.0.tar.xz" -o " log4cplus-1.2.0.tar.xz"
144144 fi
145145 cd $DOWNLOADS
146146 tar -xvf log4cplus-1.2.0.tar.xz
You can’t perform that action at this time.
0 commit comments