Skip to content

Commit 86eddf9

Browse files
committed
Set this via cflags
1 parent b51fdf8 commit 86eddf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/compile-unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ install_openssl () {
6161
cd ..
6262

6363
# x505_vfy.h has issues in 1.1.0e
64-
export CPPFLAGS=-Wno-redundant-decls
64+
export CFLAGS=-Wno-redundant-decls
6565
export PKG_CONFIG_PATH=$INSTALL_DIR/lib/pkgconfig
6666
export EXTRA_LIB_PATH="$INSTALL_DIR/lib"
6767
SSL="openssl";

0 commit comments

Comments
 (0)