Because we can and so we should.
Change-Id: I9159e2e354170ad6dbed5a6ce620f57fa8ab128e
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Yuriy Darnobyt <yura.uddr@gmail.com>
Message-Id: <
20250804133413.24729-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg32505.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
- name: autoconf
run: autoreconf -fvi
- name: configure
- run: ./configure --with-crypto-library=mbedtls
+ run: ./configure --with-crypto-library=mbedtls --enable-werror
- name: make all
run: make -j3
- name: configure checks
OPENSSL_CFLAGS="-I/${{ env.AWS_LC_INSTALL }}/include" \
OPENSSL_LIBS="-L/${{ env.AWS_LC_INSTALL }}/lib -lssl -lcrypto" \
LDFLAGS="-Wl,-rpath=/${{ env.AWS_LC_INSTALL }}/lib" \
- ./configure --with-crypto-library=openssl
+ ./configure --with-crypto-library=openssl --enable-werror
- name: make all
run: make -j3
- name: configure checks