Travis-CI: Enable OpenSSL and libiconv support
This commit is contained in:
parent
11240376a5
commit
f6ac0d89ae
|
@ -5,4 +5,4 @@ before_install:
|
|||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script: ./autogen.sh && ./configure --enable-ipv6 --with-ident --with-pam --with-tcp-wrappers --with-zlib && make check
|
||||
script: ./autogen.sh && ./configure --enable-ipv6 --with-iconv --with-ident --with-openssl --with-pam --with-tcp-wrappers --with-zlib && make check
|
||||
|
|
Loading…
Reference in New Issue