提交 d7014d0c 编写于 作者: X Xin Zhang

remove -Werror from gpfdist to fix OSX build on deprecated header files of OpenSSL

上级 e73351bb
......@@ -3304,7 +3304,7 @@ if test -n "$APR_CONFIG"; then
LIBS="$LIBS $apr_link_ld_libs"
fi
CFLAGS="-Werror $CFLAGS"
CFLAGS="$CFLAGS"
# If the 'apr-1-config --link-ld' produced correct output, -lapr-1 is already
# in LIBS, hence AC_SEARCH_LIBS rather than AC_CHECK_LIB. (and the autoconf
......
......@@ -86,7 +86,7 @@ if test -n "$APR_CONFIG"; then
LIBS="$LIBS $apr_link_ld_libs"
fi
CFLAGS="-Werror $CFLAGS"
CFLAGS="$CFLAGS"
# If the 'apr-1-config --link-ld' produced correct output, -lapr-1 is already
# in LIBS, hence AC_SEARCH_LIBS rather than AC_CHECK_LIB. (and the autoconf
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册