Commit Graph

12 Commits (9ee17ae2bcf3c2828467bf40715a1497bd357e9b)

Author SHA1 Message Date
Glenn Strauss 625d57b2d9 build] scripts/ci-build.sh remove --with-maxminddb
remove --with-maxminddb;
  maxminddb libs not currently part of our FreeBSD build images
2 years ago
Glenn Strauss 02c83d735c [build] scripts/ci-build.sh add --with-maxminddb 2 years ago
Glenn Strauss f23be1a116 [build] scripts/ci-build.sh adjustments
remove --with-mbedtls; mbedlts not currently part of our FreeBSD bld img
2 years ago
Glenn Strauss f0b74faa45 [build] scripts/ci-build.sh adjustments
remove --with-nss; nss libs not currently part of our FreeBSD build img
remove with_zstd=yes from SCons build, due to dependency on libpthread
2 years ago
Glenn Strauss 73cace9401 [build] scripts/ci-build.sh w/o --with-wolfssl
WolfSSL is not generally available in *BSD due to WolfSSL limitations.
(Might be revisited with the Dec 2020 release of WolfSSL 4.6.0)
2 years ago
Glenn Strauss f6c79fff94 [build] scripts/ci-build.sh --with-nettle 2 years ago
Glenn Strauss 2d94d56fe5 [build] update scripts/ci-build.sh
* remove use of deprecated or obsolete packages on Linux, *BSD builds
  --with-attr --with-fam --with-geoip
* add zstd
  --with-zstd
* add multiple TLS options to build
  --with-gnutls --with-mbedtls --with-nss --with-openssl --with-wolfssl
  (leave one TLS option (openssl) for SCons static build)
2 years ago
Glenn Strauss 8f3395976d [autoconf] update ax_prog_cc_for_build.m4
update scripts/m4/ax_prog_cc_for_build.m4 from serial 8 to serial 18

https://www.gnu.org/software/autoconf-archive/ax_prog_cc_for_build.html
http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_prog_cc_for_build.m4
2 years ago
Glenn Strauss 5d7071293a [build] add --with-brotli to CI build
(thx stbuehler)
3 years ago
Stefan Bühler 5722574df5 move ci-build.sh to scripts 3 years ago
raw 2c409321df [build] Fix build when using nested CMake
(FetchContent, ExternalProject_Add)

github: closes #102
3 years ago
Glenn Strauss 3d04bc45f6 [build] move some build scripts to scripts/ 7 years ago