diff options
author | 2011-08-21 15:40:07 +0000 | |
---|---|---|
committer | 2011-08-21 15:40:07 +0000 | |
commit | 3aea9e0efe338dd259a45eba4385ce295922e411 (patch) | |
tree | f17bb76f88f27253c93076ddf66205d84b286730 /net-misc/curl/files | |
parent | Removed older alphas and rcs (diff) | |
download | historical-3aea9e0efe338dd259a45eba4385ce295922e411.tar.gz historical-3aea9e0efe338dd259a45eba4385ce295922e411.tar.bz2 historical-3aea9e0efe338dd259a45eba4385ce295922e411.zip |
Block USE=gnutls with USE=nss (bug #379541) and fix CFLAGS patch (bug #379533)
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'net-misc/curl/files')
-rw-r--r-- | net-misc/curl/files/curl-respect-cflags-3.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-misc/curl/files/curl-respect-cflags-3.patch b/net-misc/curl/files/curl-respect-cflags-3.patch new file mode 100644 index 000000000000..4a4a614ee49a --- /dev/null +++ b/net-misc/curl/files/curl-respect-cflags-3.patch @@ -0,0 +1,14 @@ +diff --git a/configure.ac b/configure.ac +index e9b49c7..e374ab6 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -280,9 +280,6 @@ dnl ********************************************************************** + + CURL_CHECK_COMPILER + CURL_SET_COMPILER_BASIC_OPTS +-CURL_SET_COMPILER_DEBUG_OPTS +-CURL_SET_COMPILER_OPTIMIZE_OPTS +-CURL_SET_COMPILER_WARNING_OPTS + + if test "$compiler_id" = "INTEL_UNIX_C"; then + # |