Simplify basic macOS check build.
Extra CFLAG settings to configure.ac for libconfig libpopt and openssl/libcrypto enable compilation on macOS without extra flag settings.
- name: Configure
run: |
- export CPPFLAGS="-I/usr/local/opt/openssl@3/include"
- export LDFLAGS="-L/usr/local/opt/openssl@3/lib"
- export PATH="/usr/local/opt/openssl/bin:${PATH}"
- export PKG_CONFIG_PATH="/usr/local/opt/openssl@3/lib/pkgconfig"
autoreconf -fi
./configure --with-os=darwin --with-ao --with-stdout --with-dns_sd --with-ssl=openssl