| commit | 24c91d999ed151488dfee2110d1b36f79439f684 | [log] [tgz] |
|---|---|---|
| author | Viktor Szakats <commit@vsz.me> | Thu Jul 03 02:16:11 2025 +0200 |
| committer | Viktor Szakats <commit@vsz.me> | Thu Jul 03 13:50:20 2025 +0200 |
| tree | 9c568671dc283c6933ca1dd64972420897f285fe | |
| parent | ab667c73a4b3f755779fb2facec3e593b8154988 [diff] |
cmake/FindGSS: fix processing C header path options When processing `--cflags` received from `krb5-config` for `gssapi`: - fix to not break on multiple `-I` options. Before this patch only the first `-I` option was processed as a header directory, subsequent ones ended up in C flags as a raw directory, without the `-I` arg. Follow-up to 558814e16d84aa202c5ccc0c8108a9d728e77a58 - fix to not duplicate C flags. Regression from 146759716cbacfd453b9fb13d1096f0595424a6c #14430 - drop local variable `_val` by re-using `_flag`. - tidy up comments. Ref: https://github.com/curl/curl/issues/17802#issuecomment-3029455984 Closes #17805
curl is a command-line tool for transferring data specified with URL syntax. Learn how to use curl by reading the manpage or everything curl.
Find out how to install curl by reading the INSTALL document.
libcurl is the library curl is using to do its job. It is readily available to be used by your software. Read the libcurl manpage to learn how.
curl is Open Source and is distributed under an MIT-like license.
Contact us on a suitable mailing list or use GitHub issues/ pull requests/ discussions.
All contributors to the project are listed in the THANKS document.
For commercial support, maybe private and dedicated help with your problems or applications using (lib)curl visit the support page.
Visit the curl website for the latest news and downloads.
Download the latest source from the Git server:
git clone https://github.com/curl/curl.git
Report suspected security problems via our HackerOne page and not in public.
curl contains pieces of source code that is Copyright (c) 1998, 1999 Kungliga Tekniska Högskolan. This notice is included here to comply with the distribution terms.
Thank you to all our backers :pray: Become a backer.
Support this project by becoming a sponsor.