From a379a4c1637cfe266bfa95c2c878f9cc06ce2f6a Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 25 May 2012 23:59:38 +0200 Subject: Fix libcurl.pc and curl-config generation for static MingW* cross builds --- libcurl.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcurl.pc.in') diff --git a/libcurl.pc.in b/libcurl.pc.in index 2ba9c39a2..6e878c549 100644 --- a/libcurl.pc.in +++ b/libcurl.pc.in @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2011, Daniel Stenberg, , et al. +# Copyright (C) 1998 - 2012, Daniel Stenberg, , 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@ -- cgit v1.2.3