Add more flags

This commit is contained in:
Mark Vainomaa 2018-11-11 01:13:50 +02:00
parent e7b17a0a84
commit 2a8cc2de54
Signed by: mikroskeem
GPG Key ID: 1B3F9523B542D315
1 changed files with 16 additions and 7 deletions

View File

@ -17,19 +17,28 @@ build () {
../configure \ ../configure \
--prefix=/usr \ --prefix=/usr \
--mandir=/usr/share/man \ --mandir=/usr/share/man \
--disable-dict \
--disable-gopher \
--disable-imap \
--disable-ldap \
--disable-ldaps \
--disable-manual \
--disable-pop3 \
--disable-rtsp \
--disable-smb \
--disable-smtp \
--disable-telnet \
--disable-tftp \
--enable-threaded-resolver \
--enable-versioned-symbols \
--with-random=/dev/urandom \ --with-random=/dev/urandom \
--with-ssl \ --with-ssl \
--with-zlib \ --with-zlib \
--enable-versioned-symbols \ --without-gssapi \
--enable-threaded-resolver \
--disable-ldap \
--disable-ldaps \
--without-libidn2 \ --without-libidn2 \
--without-rtmp \
--without-libmetalink \ --without-libmetalink \
--without-libpsl \ --without-libpsl \
--without-gssapi \ --without-rtmp
--without-ssl
# TODO: figure out why compiling with SSL is broken. # TODO: figure out why compiling with SSL is broken.
# when SSL is enabled, libtool tries to open # when SSL is enabled, libtool tries to open