Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -2/+2 |
| | |||||
* | build: prevent global LIBS from influencing src and lib build targets | Yang Tse | 2012-12-03 | 1 | -2/+2 |
| | | | | Currently, LIBS is already used through other macros. | ||||
* | Fix libcurl.pc and curl-config generation for static MingW* cross builds | Yang Tse | 2012-05-26 | 1 | -2/+2 |
| | |||||
* | libcurl.pc: version number fix | Daniel Stenberg | 2011-04-06 | 1 | -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$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
| | |||||
* | - Marc Kleine-Budde fixed: curl saved the LDFLAGS set during configure into | Daniel Stenberg | 2009-11-17 | 1 | -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-config | Daniel Stenberg | 2008-09-02 | 1 | -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 variable | Dan Fandrich | 2007-02-17 | 1 | -2/+2 |
| | |||||
* | - Modified libcurl.pc.in to use Libs.private for the libs libcurl itself needs | Daniel Stenberg | 2007-01-02 | 1 | -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 Stenberg | 2004-12-11 | 1 | -0/+10 |