Fix libcurl.pc and curl-config generation for static MingW* cross builds

This commit is contained in:
Yang Tse 2012-05-25 23:59:38 +02:00
parent b061fed981
commit a379a4c163
3 changed files with 15 additions and 6 deletions

View file

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
# Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
# Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@ -36,4 +36,4 @@ Description: Library to transfer files with ftp, http, etc.
Version: @CURLVERSION@
Libs: -L${libdir} -lcurl @LIBS@
Libs.private: @LIBCURL_LIBS@ @LIBS@
Cflags: -I${includedir}
Cflags: -I${includedir} @CPPFLAG_CURL_STATICLIB@