From 8072fd1eaf97e4d3b61e11c773dfd6cf0fddcbaa Mon Sep 17 00:00:00 2001 From: KongQun Yang Date: Fri, 13 Nov 2015 14:55:42 -0800 Subject: [PATCH] Disable HAVE_STROPTS_H which is not available in CentOS Change-Id: I98c2a4f2ecbbb39dff7a76522243e4f227911c91 --- packager/third_party/curl/config/linux/curl_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packager/third_party/curl/config/linux/curl_config.h b/packager/third_party/curl/config/linux/curl_config.h index d0183abb2b..e35365f88e 100644 --- a/packager/third_party/curl/config/linux/curl_config.h +++ b/packager/third_party/curl/config/linux/curl_config.h @@ -653,7 +653,7 @@ /* #undef HAVE_STRNICMP */ /* Define to 1 if you have the header file. */ -#define HAVE_STROPTS_H 1 +/* #undef HAVE_STROPTS_H */ /* Define to 1 if you have the strstr function. */ #define HAVE_STRSTR 1