Re: Update to cURL?

Scott Hannahs via Fink-users <[email protected]>
Newsgroups gmane.os.apple.fink.general
Message-ID <[email protected]>
Dan,

Thanks and your update is much more thorough than my minimal one.  However there is a weirdness, I think, in Xcode 15 and MacOS 13.  The Include files that the build copies are not in the same place.  I patched the setting of InclPREFIX to check for both locations.  If the new directory exists use it, else fall back to the older version.

This shouldn’t change the functionality on 10.13 etc.   But for Xcode >= 15 it should also work.

-Scott

79,83c69
< 		if [ -d "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include" ]; then
< 			InclPREFIX="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include"
< 		else
< 			InclPREFIX="/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include"
< 		fi
---
> 		InclPREFIX="/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include"


> On Nov 22, 2023, at 1:54 AM, Daniel Macks <[email protected]> wrote:
> 
> I pushed the version update. Tested fine for me on 10.13. I also cleaned up a bit that could have led to inconsistent build results. Thanks for letting us know! Obviously important to have lots of eyes on security things and get them fixed ASAP. If you have further improvements, feel free to submit a patch. I think danielj has been inactive for a while, so the mailing list or the github trackers are best.
> 
> dan

_______________________________________________
Fink-users mailing list
[email protected]
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.