Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 319914 Details for
Bug 429100
net-misc/curl-7.27.0 breaks `curl-config --cflags`
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
curl-7.27.0-curl-config.patch
curl-7.27.0-curl-config.patch (text/plain), 579 bytes, created by
Bartosz Brachaczek
on 2012-07-31 20:27:18 UTC
(
hide
)
Description:
curl-7.27.0-curl-config.patch
Filename:
MIME Type:
Creator:
Bartosz Brachaczek
Created:
2012-07-31 20:27:18 UTC
Size:
579 bytes
patch
obsolete
>diff -Naur curl-7.27.0.orig/curl-config.in curl-7.27.0/curl-config.in >--- curl-7.27.0.orig/curl-config.in 2012-05-25 23:56:17.000000000 +0200 >+++ curl-7.27.0/curl-config.in 2012-07-31 22:07:36.539655495 +0200 >@@ -135,9 +135,9 @@ > CPPFLAG_CURL_STATICLIB="" > fi > if test "X@includedir@" = "X/usr/include"; then >- echo "$(CPPFLAG_CURL_STATICLIB)" >+ echo "${CPPFLAG_CURL_STATICLIB}" > else >- echo "$(CPPFLAG_CURL_STATICLIB)-I@includedir@" >+ echo "${CPPFLAG_CURL_STATICLIB}-I@includedir@" > fi > ;; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 429100
: 319914 |
319916