Skip to content

Commit 955834a

Browse files
committed
gnutls string the needle for exact C++ versio nwe need
1 parent 4a69fe6 commit 955834a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/f_gnutls_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ BLD_CONFIG_GNU_LIBS_ADDL=( "dirent" "getopt-gnu" "opendir" "closedir" "readdir"
77
BLD_CONFIG_CONFIG_CMD_ADDL=( "--with-included-unistring" )
88
BLD_CONFIG_VCPKG_DEPS=( "gmp" "nettle" "brotli" "zstd" )
99
BLD_CONFIG_PKG_CONFIG_MANUAL_ADD=( "gmp" )
10-
BLD_CONFIG_BUILD_ADDL_CFLAGS=( "-I../gl/" "-std:c++latest" )
10+
BLD_CONFIG_BUILD_ADDL_CFLAGS=( "-I../gl/" "-std:c++14" )
1111
BLD_CONFIG_BUILD_ADDL_CFLAGS_STATIC=("-DASN1_STATIC")
1212
BLD_CONFIG_OUR_LIB_DEPS=("libtasn1" "p11-kit" "zlib")
1313
BLD_CONFIG_OUR_LIB_BINS_PATH=("libtasn1")

0 commit comments

Comments
 (0)