summaryrefslogtreecommitdiff
path: root/libcurl.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
| | | | | | | | | | | | - they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - saves us from pointless churn - git keeps history for us - the year range is kept in COPYING checksrc is updated to allow non-year using copyright statements Closes #10205
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
| | | | | | | | | | | Add licensing and copyright information for all files in this repository. This either happens in the file itself as a comment header or in the file `.reuse/dep5`. This commit also adds a Github workflow to check pull requests and adapts copyright.pl to the changes. Closes #8869
* Revert "libcurl.pc: make it relocatable"Daniel Stenberg2020-11-091-4/+4
| | | | | | | | | | This reverts commit 3862c37b6373a55ca704171d45ba5ee91dec2c9f. That fix should either be done differently or with an option. Reported-by: asavah on github Fixes #6157 Closes #6183
* curl.se: new homeDaniel Stenberg2020-11-041-2/+2
| | | | Closes #6172
* libcurl.pc: make it relocatableCristian Morales Vega2020-10-151-4/+4
| | | | | | | | It supposes when people specify the libdir/includedir they do it to change where under prefix/exec_prefix it should be, not to make it independent of prefix/exec_prefix. Closes #6061
* libcurl.pc: Merge Libs.private into Libs for static-only buildsJames Le Cuirot2020-05-121-1/+1
| | | | | | | | | | | | | | | | | A project being built entirely statically will call pkg-config with --static, which utilises the Libs.private field. Conversely it will not use --static when not being built entirely statically, even if there is only a static build of libcurl available. This will most likely cause the build to fail due to underlinking unless we merge the Libs fields. Consider that this is what the Meson build system does when it generates pkg-config files. I have also reflected this in the --libs argument of curl-config even though REQUIRE_LIB_DEPS always seems to be "yes" anyway. Closes #5373
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-241-1/+1
| | | | | | | | | Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-2/+2
|
* build: prevent global LIBS from influencing src and lib build targetsYang Tse2012-12-031-2/+2
| | | | Currently, LIBS is already used through other macros.
* Fix libcurl.pc and curl-config generation for static MingW* cross buildsYang Tse2012-05-261-2/+2
|
* libcurl.pc: version number fixDaniel Stenberg2011-04-061-2/+2
| | | | | This hasn't show the version number correctly since the $VERSION change in the configure, and now it works again.
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* - Marc Kleine-Budde fixed: curl saved the LDFLAGS set during configure intoDaniel Stenberg2009-11-171-1/+1
| | | | | | its pkg-config file. So -Wl stuff ended up in the .pc file, which is really bad, and breaks if there are multiple -Wl in our LDFLAGS (which are in PTXdist). bug #2893592 (http://curl.haxx.se/bug/view.cgi?id=2893592)
* - Keith Mok added supported_protocols and supported_features to the pkg-configDaniel Stenberg2008-09-021-0/+2
| | | | | | file for libcurl, and while doing that fix he unified with curl-config.in how the supported protocols and features are extracted and used, so both those tools should now always be synced.
* Use configure's new LIBCURL_LIBS variableDan Fandrich2007-02-171-2/+2
|
* - Modified libcurl.pc.in to use Libs.private for the libs libcurl itself needsDaniel Stenberg2007-01-021-1/+29
| | | | | | to get built static. It has been mentioned before and was again brought to our attention by Nathanael Nerode who filed debian bug report #405226 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405226).
* Dan F's initial pkg-config file (not installed yet)Daniel Stenberg2004-12-111-0/+10