Frank de Brabander wrote: > Below I have included a patch that changes the bool return type to an int. > This will result in 'make check' to pass.
I see that you already committed this. % cd openvpn % make distclean % git pull % git checkout 6449a149f850e9e1207233f3ca642d9342fbfbaf % autoreconf -i -v % ./configure --with-lzo-headers=/opt/local/include \ --with-lzo-lib=/opt/local/lib % make % make check (wait for it...) ==================== All 2 tests passed (1 test was not run) ==================== Works like a charm! Thanks, both of you! Freek