]> git.pld-linux.org Git - packages/curl.git/blob - curl-config.patch
- added config patch to avoid errors when running `curl-config --cflags`
[packages/curl.git] / curl-config.patch
1 --- curl-7.27.0/curl-config.in.orig     2012-05-25 23:56:17.000000000 +0200
2 +++ curl-7.27.0/curl-config.in  2012-10-04 20:50:06.753669995 +0200
3 @@ -135,9 +135,9 @@
4            CPPFLAG_CURL_STATICLIB=""
5          fi
6                 if test "X@includedir@" = "X/usr/include"; then
7 -          echo "$(CPPFLAG_CURL_STATICLIB)"
8 +          echo "${CPPFLAG_CURL_STATICLIB}"
9          else
10 -          echo "$(CPPFLAG_CURL_STATICLIB)-I@includedir@"
11 +          echo "${CPPFLAG_CURL_STATICLIB}-I@includedir@"
12          fi
13                 ;;
14  
This page took 0.049209 seconds and 3 git commands to generate.