Kouhei Sutou
null+****@clear*****
Sun Aug 30 14:59:33 JST 2015
Kouhei Sutou 2015-08-30 14:59:33 +0900 (Sun, 30 Aug 2015) New Revision: c9b4390495d1a2af8c3cff479b14824fe715028b https://github.com/groonga/groonga/commit/c9b4390495d1a2af8c3cff479b14824fe715028b Message: groonga-httpd: accept no CFLAGS, CPPFLAGS and LDFLAGS Modified files: src/httpd/configure Modified: src/httpd/configure (+2 -2) =================================================================== --- src/httpd/configure 2015-08-30 14:32:44 +0900 (c276e67) +++ src/httpd/configure 2015-08-30 14:59:33 +0900 (9d85268) @@ -67,8 +67,8 @@ if [ "${GROONGA_HTTPD_DEBUG}" = "yes" ]; then configure_args="${configure_args} --with-debug" fi -cc_opt="${CFLAGS} ${CPPFLAGS}" -ld_opt="${LDFLAGS}" +cc_opt="${CFLAGS-} ${CPPFLAGS-}" +ld_opt="${LDFLAGS-}" if [ "${GROONGA_HTTPD_WITH_PCRE}" = "yes" ]; then cc_opt="${cc_opt} ${GROONGA_HTTPD_PCRE_CFLAGS}" ld_opt="${ld_opt} ${GROONGA_HTTPD_PCRE_LIBS_ONLY_L}" -------------- next part -------------- HTML����������������������������...Download