From 914851010d943d034a35bfb0fd7002edd245c67f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 16 Oct 2014 11:49:03 +0100 Subject: Update SDK library versions for openssl, libpng , libcurl and freetype to address security issues This has been sucessfully test built for everything except atari where libiconv no longer builds because of a missing PATH_MAX definition but I can find no difference in the libiconv build so it must be related to the cross complier/libmint build although the generated includes also look sensible so I am leaving it for now. --- m68k-atari-mint/fetchsrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm68k-atari-mint/fetchsrc') diff --git a/m68k-atari-mint/fetchsrc b/m68k-atari-mint/fetchsrc index bbe8f6b..e71d85f 100755 --- a/m68k-atari-mint/fetchsrc +++ b/m68k-atari-mint/fetchsrc @@ -11,6 +11,6 @@ if [ $? -ne 0 ];then wget -q -O ${4} ${3} if [ $? -ne 0 ];then rm ${4} - return 1 + exit 1 fi fi -- cgit v1.2.3